Fix bugs in sframe poll and update UI

This commit is contained in:
yflory
2017-10-02 19:02:31 +02:00
parent 66da349ee4
commit 126742a1c3
6 changed files with 328 additions and 1044 deletions

View File

@@ -68,6 +68,7 @@ define(['json.sortify'], function (Sortify) {
};
var change = function (lazy) {
dirty = true;
console.error('METADATA CHANGE CALLED');
setTimeout(function () {
checkUpdate(lazy);
});