mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-19 22:00:59 +00:00
removed auto-append meta tags except for viewport.
This commit is contained in:
parent
9714d4c9e7
commit
194a76796a
1 changed files with 1 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue