Added global css class for touch devices
authorMarcel Werk <burntime@woltlab.com>
Wed, 17 Apr 2013 00:40:33 +0000 (02:40 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 17 Apr 2013 00:40:33 +0000 (02:40 +0200)
com.woltlab.wcf/template/headInclude.tpl

index 24856f4d532d3c842df6adf7d50f6a2706c641e2..82f114eb322481d917e10c776643e1a38bd0d89b 100644 (file)
@@ -92,6 +92,7 @@
                        {event name='javascriptLanguageImport'}
                });
                
+               if (jQuery.browser.touch) $('html').addClass('touch');
                new WCF.Date.Time();
                new WCF.Effect.SmoothScroll();
                new WCF.Effect.BalloonTooltip();