[DE] Restore revision from changes.
This commit is contained in:
parent
b33f00e0a7
commit
28be3e9f70
|
@ -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
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue