Open main menu

Changes

MediaWiki:Common.js

14 bytes added, 20:27, 4 April 2013
switch agent to lowercase to see if it makes a difference
if(document.documentElement.clientWidth <= 787 && document.URL.search("mobile") == -1)
{
if(navigator.userAgent.toLowerCase().indexOf("Androidandroid") != -1)
{
document.location(document.URL + "?useformat=mobile");