Standalone: Load changes immediately after page load
This commit is contained in:
parent
8a49b9b00b
commit
885f417469
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ DynMap.prototype = {
|
||||||
componentstoload--;
|
componentstoload--;
|
||||||
if (componentstoload == 0) {
|
if (componentstoload == 0) {
|
||||||
// Actually start updating once all components are loaded.
|
// Actually start updating once all components are loaded.
|
||||||
|
me.update();
|
||||||
setTimeout(function() { me.update(); }, me.options.updaterate);
|
setTimeout(function() { me.update(); }, me.options.updaterate);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue