Changes

Jump to navigation Jump to search

MediaWiki:Common.js

42 bytes added, 21:02, 6 April 2013
no edit summary
/* Any JavaScript here will be loaded for all users on every page load. */
/*if(document.URL.search("mobile") == -1)
{
/* unused, but left in for documentation
var ua = navigator.userAgent;
/*if( ua.match(/Android/i)
|| ua.match(/webOS/i)
|| ua.match(/iPhone/i)
|| ua.match(/Windows Phone/i)
|| ua.match(/Bada/i)
|| ua.match(/Symbian/i))*/  /*if(document.documentElement.clientWidth <= 1000)
{
window.location.replace(document.URL + "?useformat=mobile");
}*/
}
*/

Navigation menu