diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 14:44:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-01 14:44:19 +0000 |
commit | 5eddd423bcf5c17a0a9e6740cfec979a1232b558 (patch) | |
tree | 22fcaffa6daf979a6b3891703396af3153b1b892 | |
parent | e76b6ded6b23e4c8e133605841f1aba9291c55eb (diff) |
Don't say we're a webapp, as we quite like the back button, fixes #267.
-rw-r--r-- | templates/web/fixmystreet/header.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/header.html b/templates/web/fixmystreet/header.html index 3bd42b1b2..878118afc 100644 --- a/templates/web/fixmystreet/header.html +++ b/templates/web/fixmystreet/header.html @@ -7,8 +7,6 @@ <head> <meta name="viewport" content="initial-scale=1.0"> - <meta name="apple-mobile-web-app-capable" content="yes"> - <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="HandHeldFriendly" content="true"> <meta name="mobileoptimized" content="0"> |