diff options
author | redmatrix <git@macgirvin.com> | 2016-04-12 22:55:26 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-12 22:55:26 -0700 |
commit | 91cc36514306e827c126ceed6c17486c85f5544c (patch) | |
tree | bb763fc5e2bb5e3becbce685efc977acb63b5979 /view | |
parent | f4a27afee9c1dc12afd2a15adef9f33654fa5ddd (diff) | |
download | volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.tar.gz volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.tar.bz2 volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.zip |
reverse the logic of the jsenabled setting so that sessions without js are performance penalised instead of regular sessions.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index ab229eaf7..7984723b3 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,7 @@ <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={{$user_scalable}}" /> +<noscript><meta http-equiv="refresh" content="0; url=nojs.php&redir={{$query}}"></noscript> {{$metas}} <!--[if IE]> <script src="{{$baseurl}}/library/html5.js"></script> |