thomascube
2012-01-20 071c78c3a4f344f1005c8be8ba895a91452de6b9
program/js/common.js
@@ -121,14 +121,16 @@
    else if (this.konq)
      classname += ' konqueror';
    else if (this.safari)
      classname += ' safari';
    if (this.chrome)
      classname += ' chrome';
    else if (this.iphone)
    else if (this.chrome)
      classname += ' chrome';
    if (this.iphone)
      classname += ' iphone';
    else if (this.ipad)
      classname += ' ipad';
    else if (this.safari || this.chrome)
      classname += ' webkit';
    if (document.documentElement)
      document.documentElement.className += classname;