Open main menu

Changes

MediaWiki:Common.js

2 bytes removed, 19:11, 4 April 2013
m
uncommented alert window for testing
if(document.documentElement.clientWidth <= 787 && document.URL.search("mobile") == -1)
{
/* alert("Hi!");*/
window.location.replace(document.URL + "?useformat=mobile");
}