mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
invoke callback for suspend notification, even if no dom content
This commit is contained in:
parent
60b9a5b9da
commit
848f94b1e0
@ -246,6 +246,8 @@ var MM = (function() {
|
|||||||
if (typeof callback === "function") { callback(); }
|
if (typeof callback === "function") { callback(); }
|
||||||
}, speed);
|
}, speed);
|
||||||
}
|
}
|
||||||
|
else // invoke callback even if no content, issue 1308
|
||||||
|
if (typeof callback === "function") { callback(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
/* showModule(module, speed, callback)
|
/* showModule(module, speed, callback)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user