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() { ...@@ -162,11 +162,13 @@ Common.Gateway = new(function() {
}); });
}, },
requestRestore: function(revision, url) { requestRestore: function(version, url) {
_postMessage({ _postMessage({
event: 'onRequestRestore', event: 'onRequestRestore',
data: revision, data: {
url: url 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