This commit is contained in:
slweeb 2023-08-21 18:31:13 -04:00
parent 525afd5c56
commit 73b1e618ef
1 changed files with 1 additions and 1 deletions

View File

@ -13825,6 +13825,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
<button class="XButton" onclick="closeMenu();">-</button>
<span class="menuTitle">Enabled Mods</span>
<ul class="menuText" id="modManagerList"></ul>
<span id="noMods" style="display:none">You have no mods enabled.<br><br></span>
<script>
// If enabledMods has items, add an li to modManagerList for each item with the href to the item, target blank, and the item's name, with "<span class="removeModX" onclick='removeMod('>X</span>" after the link
if (enabledMods.length > 0) {
@ -13840,7 +13841,6 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
document.getElementById("noMods").style.display = "block";
}
</script>
<span id="noMods" style="display:none">You have no mods enabled.<br><br></span>
See the <a href="https://docs.google.com/document/d/1YWPLKEvGeaaLuYWzObCyLK2Y09JPZgF1ODQQCbU3Sng/edit?usp=sharing" target="_blank">Mod List</a> or <a href="https://github.com/R74nCom/sandboxels/" target="_blank">GitHub</a>.
<br><br><br><br>
<!-- Link to the Google Doc that floats at the bottom -->