summaryrefslogtreecommitdiff
path: root/templates/layout.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-18 10:21:42 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-18 10:21:42 -0400
commit1bffc7fd56dc9d9eaf708fef21e8e1b6baaafc2a (patch)
tree7583ef75e3d013b341954585e74270ffa2ff7b00 /templates/layout.php
parente71b5e0b4e96d36905f0312a77146fe80b675f1c (diff)
Add meta-tag mobile-web-app-capable
Diffstat (limited to 'templates/layout.php')
-rw-r--r--templates/layout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.php b/templates/layout.php
index 32925a36..b4e3ec48 100644
--- a/templates/layout.php
+++ b/templates/layout.php
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
+ <meta name="mobile-web-app-capable" content="yes">
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/js/jquery-ui-1.10.4.custom.min.js"></script>
<script src="assets/js/jquery.ui.touch-punch.min.js"></script>