diff options
author | Anika Henke <anika@selfthinker.org> | 2012-09-25 20:25:54 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-09-25 20:25:54 +0100 |
commit | 20391a36885910a616110df30f3ce30f8d23639d (patch) | |
tree | 389afb5a4ac24088182ef1e362acb81b1c626382 /lib/tpl/dokuwiki/main.php | |
parent | 07834a7c661d05ab5c707e1c428421c87af565bf (diff) | |
download | rpg-20391a36885910a616110df30f3ce30f8d23639d.tar.gz rpg-20391a36885910a616110df30f3ce30f8d23639d.tar.bz2 |
removed html dependency from media query detection JS in new template
Diffstat (limited to 'lib/tpl/dokuwiki/main.php')
-rw-r--r-- | lib/tpl/dokuwiki/main.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/main.php b/lib/tpl/dokuwiki/main.php index 6b1e95d62..2406a206b 100644 --- a/lib/tpl/dokuwiki/main.php +++ b/lib/tpl/dokuwiki/main.php @@ -91,7 +91,6 @@ $showSidebar = $hasSidebar && ($ACT=='show'); </div></div><!-- /site --> <div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div> - <div id="screen__mode" class="no"></div><?php /* helper to detect CSS media query in script.js */ ?></div> <!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]--> </body> </html> |