mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
update deprecated html meta property, fixes #10425
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -6,7 +6,7 @@
|
||||
<link rel='stylesheet' href='iD.css'>
|
||||
<link rel='icon' type='image/png' href='data:image/png;base64,iVBORw0KGgo='>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no'/>
|
||||
<meta name='apple-mobile-web-app-capable' content='yes'/>
|
||||
<meta name='mobile-web-app-capable' content='yes'/>
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||
<style type='text/css'>
|
||||
/* apply document-level styling to standalone iD only */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<link rel='stylesheet' href='dist/iD.css'>
|
||||
<link rel='icon' type='image/png' href='data:image/png;base64,iVBORw0KGgo='>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no'/>
|
||||
<meta name='apple-mobile-web-app-capable' content='yes'/>
|
||||
<meta name='mobile-web-app-capable' content='yes'/>
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||
<style type='text/css'>
|
||||
/* apply document-level styling to standalone iD only */
|
||||
|
||||
Reference in New Issue
Block a user