Changes

Jump to navigation Jump to search

MediaWiki:Common.js

14 bytes added, 21:27, 4 April 2013
switch agent to lowercase to see if it makes a difference
if(document.documentElement.clientWidth <= 787 && document.URL.search("mobile") == -1)
{
if(navigator.userAgent.toLowerCase().indexOf("Androidandroid") != -1)
{
document.location(document.URL + "?useformat=mobile");

Navigation menu