General cleanup for mods tab code.

This commit is contained in:
Daniel Scalzi
2018-08-07 04:41:26 -04:00
parent 556199aa55
commit b46ac97493
4 changed files with 216 additions and 165 deletions

View File

@@ -10,7 +10,7 @@
* @returns {boolean} Whether or not the overlay is visible.
*/
function isOverlayVisible(){
return document.getElementById('main').hasAttribute('overlay');
return document.getElementById('main').hasAttribute('overlay')
}
/**