getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Opera mini HTML class #241

Closed getdave closed 10 years ago

getdave commented 10 years ago

Whilst I don't subscribe to UA sniffing sometimes it's required. One of those occasions is OperaMini.

Add a class to the root element using the following as a conditional

var isOperaMini = Object.prototype.toString.call(window.operamini) === "[object OperaMini]"