diff options
author | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-25 15:27:45 +0100 |
commit | 89b573a6f3b7409ba9f8ba9fe41ed06b8106836b (patch) | |
tree | 4ec44719a881d675f62e2556507cdecc67c3fdf1 /view/tpl/head.tpl | |
parent | 50a7e9ce8fe30959d6e4343e8fdafaeca1e7856c (diff) | |
download | volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.gz volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.tar.bz2 volse-hubzilla-89b573a6f3b7409ba9f8ba9fe41ed06b8106836b.zip |
fix lock permissions view and autoload not kicking in on touch devices under certain conditions
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index c676cd773..e7b41523f 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0"> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> |