Add comment
Adding simplepie RSS system
Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptPurged unused JS
Move datetimepicker javascript to JS directory
Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.
Add global.js
Adding Ajax queue system.
Example usage:
AjaxQueue.setBatchSize(1);AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");...
a little cleaner JS
Premature commit...remove the copy/paste-o's
Sajax is no more, long live PrototypeThis eliminates one AJAX library, but not all "non-Prototype" AJAX code
View all revisions | View revisions
Also available in: Atom