Repository: cordova-app-hello-world Updated Branches: refs/heads/master 63cf3a1fa -> 1235af889
remove ugly grey box from WP8 links Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/1235af88 Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/1235af88 Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/1235af88 Branch: refs/heads/master Commit: 1235af889484125700cd41e43ddc4d5780e01c93 Parents: 63cf3a1 Author: Jesse MacFadyen <[email protected]> Authored: Thu May 1 17:13:13 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Thu May 1 17:13:13 2014 -0700 ---------------------------------------------------------------------- www/index.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/1235af88/www/index.html ---------------------------------------------------------------------- diff --git a/www/index.html b/www/index.html index bde5741..1e0d219 100644 --- a/www/index.html +++ b/www/index.html @@ -24,6 +24,7 @@ <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> <link rel="stylesheet" type="text/css" href="css/index.css" /> + <meta name="msapplication-tap-highlight" content="no" /> <title>Hello World</title> </head> <body>
