Removed trailing spaces

This commit is contained in:
Cato Antonsen 2017-03-05 22:46:48 +01:00
parent c2e90864ac
commit 347a2977fa

View File

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