sync timer
This commit is contained in:
@@ -7,9 +7,9 @@ angular.module('app.frontend')
|
|||||||
|
|
||||||
syncManager.sync(null);
|
syncManager.sync(null);
|
||||||
// refresh every 30s
|
// refresh every 30s
|
||||||
// setInterval(function () {
|
setInterval(function () {
|
||||||
// syncManager.sync(null);
|
syncManager.sync(null);
|
||||||
// }, 30000);
|
}, 30000);
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.allTag = new Tag({all: true});
|
$scope.allTag = new Tag({all: true});
|
||||||
|
|||||||
Reference in New Issue
Block a user