tgui: Fixes assets, CDN support (#52321)

* tgui: Better asset code, CDN support

* Rebuild tgui

* µ-fix
This commit is contained in:
Aleksej Komarov
2020-07-19 10:28:00 +03:00
committed by GitHub
parent b057982442
commit 8a12f15f40
19 changed files with 132 additions and 85 deletions
@@ -170,8 +170,8 @@
ui = SStgui.try_update_ui(user, src, ui)
if(!ui && tgui_id)
ui = new(user, src, tgui_id, filedesc)
ui.send_asset(get_asset_datum(/datum/asset/simple/headers))
ui.open()
ui.send_asset(get_asset_datum(/datum/asset/simple/headers))
// CONVENTIONS, READ THIS WHEN CREATING NEW PROGRAM AND OVERRIDING THIS PROC:
// Topic calls are automagically forwarded from NanoModule this program contains.