From 219021873df330ea418031b95a06754cd944fe70 Mon Sep 17 00:00:00 2001 From: Cato Antonsen Date: Sun, 5 Mar 2017 23:42:13 +0100 Subject: [PATCH] Removed trailing space --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 4aa64a79..ad1486ca 100755 --- a/js/main.js +++ b/js/main.js @@ -249,8 +249,8 @@ var MM = (function() { updateWrapperStates(); // Waiting for DOM-changes done in updateWrapperStates before we can start the animation. - var dummy = moduleWrapper.parentElement.parentElement.offsetHeight; - + var dummy = moduleWrapper.parentElement.parentElement.offsetHeight; + moduleWrapper.style.opacity = 1; clearTimeout(module.showHideTimer);