Fix Asset Cache Verification - TGUI Bugfix

BYOND is injecting html to load js shims into json files returned by xhr. this will get fixed in a later byond release, but this disables the functionality for the asset cache skin control today.

Fix to be removed once the HTML injection is removed from asset cache (pending a BYOND change).
This commit is contained in:
Rykka
2020-08-13 04:02:22 -04:00
parent 44efe87daa
commit f6105bc3b5

View File

@@ -1145,6 +1145,7 @@ window "mainwindow"
anchor1 = none anchor1 = none
anchor2 = none anchor2 = none
is-visible = false is-visible = false
auto-format = false
saved-params = "" saved-params = ""
elem "hotkey_toggle" elem "hotkey_toggle"
type = BUTTON type = BUTTON