Open main menu

Changes

MediaWiki:Common.js

52 bytes removed, 20:04, 7 April 2013
change to user-agent string detection again
{
var ua = navigator.userAgent;
  if( navigator.userAgentua.match(/Android/i)) || navigator.userAgent { if(ua.match(/webOSMobile/i)) || navigator { window.userAgentlocation.matchreplace(/iPhone/idocument.URL + "?useformat=mobile"); } } else if((/webos|iphone|ipod| navigator.userAgent.match(/iPod/i) blackberry|windows phone| navigator.userAgent.match(/BlackBerrybada/i) || navigator.userAgent.matchtest(/Windows Phone/iua))
{
window.location.replace(document.URL + "?useformat=mobile");
}
}