Commit dc41a599 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Bug with version history.

parent 27109876
......@@ -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);
},
......
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