summaryrefslogtreecommitdiff
path: root/lib/scripts/behaviour.js
Commit message (Collapse)AuthorAge
* Add missing callback param to dw_toggleAdrian Lang2011-08-22
|
* fixed TOC-Bug and moved TOC behaviour to page.js FS#2314Andreas Gohr2011-08-21
|
* jqueryized diff checkbox scriptAndreas Gohr2011-08-19
|
* moved subscription javascript into behaviourAndreas Gohr2011-08-18
|
* added some function commentsAndreas Gohr2011-08-18
|
* don't remove msg() errors on clickAndreas Gohr2011-08-14
| | | | this interferred with copy'n'pasting error messages
* made TOC toggle faster to avoid clunky text flow around itAnika Henke2011-07-30
|
* Rewrite mediamanager JavaScriptAdrian Lang2011-07-10
| | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
* moved the TOC toggling to dw_behaviourAndreas Gohr2011-07-08
|
* prefixed jQuery var with $Andreas Gohr2011-06-27
|
* Cleanup behaviour.jsAdrian Lang2011-06-21
| | | | | * Add var statement for dw_behaviour * Use live instead of click for smb share warnings
* Moved behavioural functions into it's own object and fileAndreas Gohr2011-06-13
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.