Fix some Major issues

This commit is contained in:
MrTimscampi 2020-04-14 07:00:47 +02:00
parent a6a39c0ce1
commit ac69f29d5a
4 changed files with 21 additions and 20 deletions

View file

@ -260,7 +260,6 @@ define(["browser", "dom", "css!./navdrawer", "scrollStyles"], function (browser,
TouchMenuLA.prototype.showMask = function () {
mask.classList.remove("hide");
mask.offsetWidth;
mask.classList.add("backdrop");
};