summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/script.js
Commit message (Collapse)AuthorAge
* force screen_mode to string type (IE returns a number which is always ↵Christopher Smith2013-02-17
| | | | triggering the default option in the following switch/case block
* corrected some inline documentation in template's jsAnika Henke2013-02-16
|
* Revert "removed html dependency from media query detection JS in new template"Anika Henke2012-09-26
| | | | | | ... because it made the solution less transparent, more error prone and even more like a hack than it already was This reverts commit 20391a36885910a616110df30f3ce30f8d23639d.
* removed html dependency from media query detection JS in new templateAnika Henke2012-09-25
|
* de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623)Anika Henke2012-09-25
|
* changed 'height' in JS to 'min-height'Anika Henke2012-07-01
|
* make sure content column is at least as long as sidebarAndreas Gohr2012-06-30
|
* separate determination of device class & set as an html class on <html>, ↵Christopher Smith2012-06-30
| | | | only attempt layout changes with device class changes
* removed debugging and check for TOC/sidebar exisanceAndreas Gohr2012-06-30
|
* fixed the toc/sidebar toggling script for realAndreas Gohr2012-06-30
|
* make mobile javascript work correctly on orientation changeAndreas Gohr2012-06-29
|
* improved toc changes and sidebar togglingAnika Henke2012-04-22
|
* collapse sidebar in mobile view FS#2473Andreas Gohr2012-04-20