mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-18 12:49:00 +00:00
Removed trailing spaces
This commit is contained in:
parent
c2e90864ac
commit
347a2977fa
@ -252,8 +252,6 @@ var MM = (function() {
|
|||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
moduleWrapper.style.opacity = 1;
|
moduleWrapper.style.opacity = 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
clearTimeout(module.showHideTimer);
|
clearTimeout(module.showHideTimer);
|
||||||
module.showHideTimer = setTimeout(function() {
|
module.showHideTimer = setTimeout(function() {
|
||||||
if (typeof callback === "function") { callback(); }
|
if (typeof callback === "function") { callback(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user