mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
fix tabs
This commit is contained in:
parent
848f94b1e0
commit
11238d6b71
1 changed files with 2 additions and 1 deletions
|
@ -246,8 +246,9 @@ var MM = (function() {
|
|||
if (typeof callback === "function") { callback(); }
|
||||
}, speed);
|
||||
}
|
||||
else // invoke callback even if no content, issue 1308
|
||||
else { // invoke callback even if no content, issue 1308
|
||||
if (typeof callback === "function") { callback(); }
|
||||
}
|
||||
};
|
||||
|
||||
/* showModule(module, speed, callback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue