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:
Bjorn Neergaard
2015-12-15 13:07:11 -06:00
parent 46bd68f803
commit a0c54eba97
97 changed files with 830 additions and 29984 deletions
+3
View File
@@ -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"])