diff --git a/static/js/dtys.js b/static/js/dtys.js index fecc234..c21a3df 100644 --- a/static/js/dtys.js +++ b/static/js/dtys.js @@ -132,6 +132,7 @@ var Updater = function(){ this.resume = function(){ if(this.interval != null) return; this.start(); + this.doUpdate(); }; };