This commit is contained in:
GDColon 2019-11-20 17:22:09 -05:00
parent 9e92b92be0
commit b4f28965bc
2 changed files with 3 additions and 2 deletions

View file

@ -161,7 +161,7 @@ appendPortals()
</div><h3 style="padding-top: 7%">${c.channel > 0 ? "Col " + c.channel : c.channel}</h3></div>`)
})
if (colorList.length == 0) $('#colorDiv').append('<h3 style="margin-top: 7vh">Level is too old to get color info!</h3>')
if (colorList.length == 0) $('#colorDiv').append('<h3 style="margin-top: 7vh">Could not get color info!</h3>')
$(".portalToggle").click(function() {
if ($(this).prop('checked')) disabledPortals = disabledPortals.filter(x => x != $(this).attr('portal'))

View file

@ -72,6 +72,7 @@
["AlFas", "AlFas"],
["ViPriN", "ViPriN"],
["NeKitDS", "NeKitDS"],
["cos8o", "cos8o"]
["cos8o", "cos8o"],
["zmxmx", "zmxmx"]
]
}