Remove Apple-specific webapp meta tag.

This commit is contained in:
Michael Jumper
2012-11-05 13:36:53 -08:00
parent 53b29d1452
commit 6fcef4bd51

View File

@@ -26,7 +26,6 @@
<link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-144.png"/>
<link rel="stylesheet" type="text/css" href="styles/login.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>Guacamole ${project.version}</title>
</head>