Difference between revisions of "MediaWiki:Vector.js"

From WikiConference North America
Jump to navigation Jump to search
(For mobile devices)
(No difference)

Revision as of 01:14, 16 March 2015

/* For mobile devices */

var viewPortTag=document.createElement('meta');
viewPortTag.id="viewport";
viewPortTag.name = "viewport";
viewPortTag.content = "width=device-width; initial-scale=1; maximum-scale=1;";
document.getElementsByTagName('head')[0].appendChild(viewPortTag);