removed auto-append meta tags except for viewport.

This commit is contained in:
scottjehl 2010-10-07 18:35:17 -04:00
parent 9714d4c9e7
commit 194a76796a

View file

@ -263,12 +263,7 @@
$html.addClass('ui-mobile');
//insert mobile meta - these will need to be configurable somehow.
$head.append('<meta name="viewport" content="width=device-width, initial-scale=1.0" />'+
'<link rel="apple-touch-icon" href="images/homeicon.png" />'+
'<link rel="apple-touch-startup-image" href="images/startscreen.png" />'+
'<meta name="apple-mobile-web-app-capable" content="yes" />' +
'<meta name="apple-mobile-web-app-status-bar-style" content="default" />'+
'<base href="" id="ui-base" />');
$head.prepend('<meta name="viewport" content="width=device-width, initial-scale=1.0" />');
//set base href to pathname
resetBaseURL();