Update state-checking code

This commit is contained in:
Daniel van Noord
2020-12-03 16:36:19 +01:00
parent cbaf06a76b
commit 8a303c2d27
4 changed files with 399 additions and 368 deletions

View File

@@ -2,6 +2,9 @@
* Cache *
*********/
/********
* Section: UNSORTED */
CM.Cache.AddQueue = function() {
CM.Cache.Queue = document.createElement('script');
CM.Cache.Queue.type = 'text/javascript';