Commit 28be3e9f authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Restore revision from changes.

parent b33f00e0
......@@ -162,11 +162,13 @@ Common.Gateway = new(function() {
});
},
requestRestore: function(revision, url) {
requestRestore: function(version, url) {
_postMessage({
event: 'onRequestRestore',
data: revision,
url: url
data: {
version: version,
url: url
}
});
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment