Changes

Jump to navigation Jump to search

MediaWiki:Common.js

51 bytes removed, 20:32, 6 April 2013
added some OSs
{
var ua = navigator.userAgent;
if( navigator.userAgentua.match(/Android/i) || navigator.userAgentua.match(/webOS/i) || navigator.userAgentua.match(/iPhone/i) || navigator.userAgentua.match(/iPod/i) || navigator.userAgentua.match(/BlackBerry/i) || navigator.userAgentua.match(/Windows Phone/i) || ua.match(/Bada/i) || ua.match(/Symbian/i))
{
window.location.replace(document.URL + "?useformat=mobile");
}
}

Navigation menu