Changes

Jump to navigation Jump to search

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(/webOSMobile/i)) { || ua window.location.matchreplace(/iPhone/idocument.URL + "?useformat=mobile"); } } || ua.match else if((/iPod/i) webos|iphone|ipod| ua.match(/BlackBerry/i) blackberry|windows phone| ua.match(/Windows Phonebada/i) || ua.matchtest(/Bada/i) || ua.match(/Symbian/i))*/ if(document.documentElement.clientWidth <= 1000)
{
window.location.replace(document.URL + "?useformat=mobile");
}
}

Navigation menu