Skip to content

Commit

Permalink
Merge branch 'ios-compatibility'
Browse files Browse the repository at this point in the history
  • Loading branch information
Makina Corpus authored and Makina Corpus committed Oct 10, 2016
2 parents bff2fee + 68042f5 commit 7930278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src http://0.0.0.0:35729 'self' 'unsafe-inline' 'unsafe-eval'" />
<meta http-equiv="Content-Security-Policy" content="img-src * 'self' cdvfile://*;default-src gap://ready file://* *; style-src 'self' 'unsafe-inline' *; script-src http://0.0.0.0:35729 'self' 'unsafe-inline' 'unsafe-eval' *;" />
<title></title>
<meta name="description" content="">
<meta name="format-detection" content="telephone=no">
Expand All @@ -14,6 +14,7 @@
<link rel="stylesheet" href="styles/vendor/leaflet.markercluster/MarkerCluster.Default.css">
<link rel="stylesheet" href="styles/ionic.css">
<link rel="stylesheet" href="styles/geotrek-mobile.css">

</head>
<body state="{{ statename }}">
<div ui-view></div>
Expand Down

0 comments on commit 7930278

Please sign in to comment.