Open main menu
Utpalasia Wiki
Search
Changes
← Older edit
MediaWiki:Common.js
56 bytes removed
,
20:04, 7 April 2013
change to user-agent string detection again
{
var ua = navigator.userAgent;
/*
if( ua.match(/Android/i)
)
{
||
if(
ua.match(/
webOS
Mobile
/i)
)
{
|| ua
window.location
.
match
replace
(
/iPhone/i
document.URL + "?useformat=mobile"
)
;
}
}
|| ua.match
else if(
(/
iPod/i)
webos|iphone
|
ipod
|
ua.match(/BlackBerry/i)
blackberry
|
windows phone
|
ua.match(/Windows Phone
bada
/i)
|| ua
.
match
test
(
/Bada/i)
||
ua
.match(/Symbian/i)
)
*/
if(document.documentElement.clientWidth <= 1000
)
{
window.location.replace(document.URL + "?useformat=mobile");
}
}
Cordula
Bureaucrats
,
Administrators
298
edits