This commit is contained in:
bugsounet
2020-03-19 19:03:25 +01:00
parent 5bf90ae31d
commit 8aa7a55559
2 changed files with 8 additions and 3 deletions

View File

@@ -306,7 +306,9 @@ var MM = (function() {
module.showHideTimer = setTimeout(function() {
if (typeof callback === "function") { callback(); }
}, speed);
} else {
// invoke callback
if (typeof callback === "function") { callback(); }
}
};