From 347a2977fad56891750431856df877377c562e51 Mon Sep 17 00:00:00 2001 From: Cato Antonsen Date: Sun, 5 Mar 2017 22:46:48 +0100 Subject: [PATCH] Removed trailing spaces --- js/main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/main.js b/js/main.js index a81e3530..57f9ac25 100755 --- a/js/main.js +++ b/js/main.js @@ -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(); }