webui-aria2/js
Danny Warren 4035d5cf10 fixing misc javascript syntax errors
* these are nitpicky things that some browsers just step right over silently, and others halt script execution for

* the jquery trim function only works on variables that have been returned as jquery objects, so doing "'foo'.trim()" doesn't work, should be "$.trim('foo')"

* some javascript interpreters (annoyingly) can't handle trailing commas in lists
2012-09-04 17:24:09 -07:00
..
libs experimental but unstable graph support 2012-08-01 18:44:20 +08:00
aria2_settings.js small typos 2012-06-25 01:53:30 -07:00
base64.js small typos 2012-06-25 01:53:30 -07:00
plugins.js added initial cookie support 2012-07-02 01:16:10 -07:00
script.js fixing misc javascript syntax errors 2012-09-04 17:24:09 -07:00