Fix Asset Cache Verification - BYOND 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).

Virgo PR Here: https://github.com/VOREStation/VOREStation/pull/8691

Bug Report about how this is "intended" http://www.byond.com/forum/post/2602776
This commit is contained in:
Rykka
2020-08-13 04:06:05 -04:00
parent f621edf039
commit afae7aeb4f
+1
View File
@@ -1158,6 +1158,7 @@ window "mainwindow"
anchor1 = none
anchor2 = none
is-visible = false
auto-format = false
saved-params = ""
elem "hotkey_toggle"
type = BUTTON