reverse the logic of the jsenabled setting so that sessions without js are performance penalised instead of regular sessions.

This commit is contained in:
redmatrix
2016-04-12 22:55:26 -07:00
parent f4a27afee9
commit 91cc365143
8 changed files with 26 additions and 26 deletions

View File

@@ -1065,6 +1065,7 @@ class App {
self::$page['htmlhead'] = replace_macros($tpl, array(
'$preload_images' => $preload_images,
'$user_scalable' => $user_scalable,
'$query' => urlencode(self::$query_string),
'$baseurl' => self::get_baseurl(),
'$local_channel' => local_channel(),
'$metas' => self::$meta->get(),