diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-18 10:21:42 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-18 10:21:42 -0400 |
commit | 1bffc7fd56dc9d9eaf708fef21e8e1b6baaafc2a (patch) | |
tree | 7583ef75e3d013b341954585e74270ffa2ff7b00 /templates/layout.php | |
parent | e71b5e0b4e96d36905f0312a77146fe80b675f1c (diff) |
Add meta-tag mobile-web-app-capable
Diffstat (limited to 'templates/layout.php')
-rw-r--r-- | templates/layout.php | 1 |
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> |