Removed trailing space

This commit is contained in:
Cato Antonsen 2017-03-05 23:42:13 +01:00
parent 120b505361
commit 219021873d

View File

@ -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);