mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-16 11:53:13 +00:00
Removed trailing spaces
This commit is contained in:
parent
c2e90864ac
commit
347a2977fa
@ -245,15 +245,13 @@ var MM = (function() {
|
||||
moduleWrapper.style.transition = "opacity " + speed / 1000 + "s";
|
||||
// Restore the postition. See hideModule() for more info.
|
||||
moduleWrapper.style.position = "static";
|
||||
|
||||
|
||||
updateWrapperStates();
|
||||
|
||||
// Waiting for DOM-changes done in updateWrapperStates before we can start the animation.
|
||||
setTimeout(function(){
|
||||
moduleWrapper.style.opacity = 1;
|
||||
|
||||
|
||||
|
||||
clearTimeout(module.showHideTimer);
|
||||
module.showHideTimer = setTimeout(function() {
|
||||
if (typeof callback === "function") { callback(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user