add doUpdate to Updater.resume in dtys.js

master
Stepan Krapivin 8 years ago
parent 4aa8633aae
commit 1603c2bd50
  1. 1
      static/js/dtys.js

@ -132,6 +132,7 @@ var Updater = function(){
this.resume = function(){
if(this.interval != null) return;
this.start();
this.doUpdate();
};
};

Loading…
Cancel
Save