From afae7aeb4f082175a4dfb871456db330d59f4dfb Mon Sep 17 00:00:00 2001 From: Rykka Date: Thu, 13 Aug 2020 04:06:05 -0400 Subject: [PATCH] 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 --- interface/skin.dmf | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/skin.dmf b/interface/skin.dmf index 13174cc64c..bbc3224e34 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -1158,6 +1158,7 @@ window "mainwindow" anchor1 = none anchor2 = none is-visible = false + auto-format = false saved-params = "" elem "hotkey_toggle" type = BUTTON