factor1 / prelude-wp

Prelude is a WordPress starter theme that helps you craft custom themes.
GNU General Public License v3.0
14 stars 3 forks source link

Typo in Bowser Browser Detection #135

Closed erwstout closed 7 years ago

erwstout commented 7 years ago

In theme.js there is a typo on line 13:

if( bowser.msie && bower.version === 11 ) {

Should be, bowser.

erwstout commented 7 years ago

Additionally, the version number should be a string, "11.0"

erwstout commented 7 years ago

Does not need to be string, just compared correctly so <= 11