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