mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Style change.
This commit is contained in:
parent
1e4b7599a7
commit
add7b44d0b
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ 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(); }
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue