fix overlay menus

This commit is contained in:
Luke Pulverenti 2016-05-31 22:46:38 -04:00
parent a15cc23c27
commit 6dae843884
6 changed files with 244 additions and 246 deletions

View file

@ -1705,7 +1705,7 @@
}
var width = screenWidth / innerWidth;
div.remove();
div.parentNode.removeChild(div);
return Math.floor(width);
}