mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Begin rewrite of NanoUI frontend.
* Remove jQuery in favor of polyfills. * Make NanoUI work with IE8-IE11 * Upstream doT * Change NanoUI template syntax * Event driven code
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
/client/Topic(href, href_list, hsrc)
|
||||
if(!usr || usr != mob) //stops us calling Topic for somebody else's client. Also helps prevent usr=null
|
||||
return
|
||||
if(href_list["nanoui_error"])
|
||||
src << href_list["nanoui_error"]
|
||||
throw EXCEPTION("NanoUI: [href_list["nanoui_error"]]")
|
||||
if(href_list["asset_cache_confirm_arrival"])
|
||||
//src << "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED."
|
||||
var/job = text2num(href_list["asset_cache_confirm_arrival"])
|
||||
|
||||
Reference in New Issue
Block a user