mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
remove trailing spaces from reformatted else
This commit is contained in:
parent
add7b44d0b
commit
23ac7213d3
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ var MM = (function() {
|
|||
|
||||
if (typeof callback === "function") { callback(); }
|
||||
}, speed);
|
||||
} else {
|
||||
} 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