Open main menu
Utpalasia Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.js
6 bytes added
,
14:39, 6 April 2013
change to redirect method
if(navigator.userAgent.toLowerCase().indexOf("android") != -1)
{
document
window
.location
.replace
(document.URL + "?useformat=mobile");
}
else if(document.documentElement.clientWidth <= 787 && document.URL.search("mobile") == -1)
Cordula
Bureaucrats
,
Administrators
298
edits