[DE] Bug with version history.
This commit is contained in:
parent
321eb290c4
commit
8e2d30fd80
|
@ -205,8 +205,9 @@ define([
|
|||
},
|
||||
|
||||
onExpiredToken: function() {
|
||||
var me = this;
|
||||
_.delay(function() {
|
||||
Common.Gateway.requestHistoryData(this.currentRev); // получаем url-ы для ревизий
|
||||
Common.Gateway.requestHistoryData(me.currentRev); // получаем url-ы для ревизий
|
||||
}, 10);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue