Browse Source

Remove deprecated viewport argument

"Viewport argument key "minimal-ui" not recognized and ignored."
pull/5676/head
Matias Vad 10 years ago
parent
commit
437a44c7bf
  1. 2
      couchpotato/templates/index.html

2
couchpotato/templates/index.html

@ -3,7 +3,7 @@
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}">
<head>
<title>CouchPotato</title>
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Loading…
Cancel
Save