Open main menu
Utpalasia Wiki
Search
Changes
← Older edit
Newer edit →
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("
Android
android
") != -1)
{
document.location(document.URL + "?useformat=mobile");
Cordula
Bureaucrats
,
Administrators
298
edits