aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-17 18:20:12 -0700
committerfriendica <info@friendica.com>2014-07-17 18:20:12 -0700
commitbfe4bdc30badbb91a352380e0b38bf8f18e296b6 (patch)
treed20188274593ae437e0a5dacfc83fa617c883874 /view/tpl/head.tpl
parent437b0cb16ee12d9771e873f7c2c6a841654e03c2 (diff)
downloadvolse-hubzilla-bfe4bdc30badbb91a352380e0b38bf8f18e296b6.tar.gz
volse-hubzilla-bfe4bdc30badbb91a352380e0b38bf8f18e296b6.tar.bz2
volse-hubzilla-bfe4bdc30badbb91a352380e0b38bf8f18e296b6.zip
make mod_like interactive if requested
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-xview/tpl/head.tpl5
1 files changed, 1 insertions, 4 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index a212fd486..b90bf8b89 100755
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -1,15 +1,12 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<base href="{{$baseurl}}/" />
-<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0">
+<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0" />
<meta name="generator" content="{{$generator}}" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
-<script>(function(w){var dpr=((w.devicePixelRatio===undefined)?1:w.devicePixelRatio);if(!!w.navigator.standalone){var r=new XMLHttpRequest();r.open('GET','/retinaimages.php?devicePixelRatio='+dpr,false);r.send()}else{document.cookie='devicePixelRatio='+dpr+'; path=/'}})(window)</script>
-<noscript><style id="devicePixelRatio" media="only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)">html{background-image:url("/retinaimages.php?devicePixelRatio=2")}</style></noscript>
-
{{$head_css}}
{{$js_strings}}