Changes

Jump to navigation Jump to search

MediaWiki:Common.js

6 bytes added, 15:39, 6 April 2013
change to redirect method
if(navigator.userAgent.toLowerCase().indexOf("android") != -1)
{
documentwindow.location.replace(document.URL + "?useformat=mobile");
}
else if(document.documentElement.clientWidth <= 787 && document.URL.search("mobile") == -1)

Navigation menu