revert the reversal of checkjs logic, but still restrict the behaviour scope to just those urls that require it

This commit is contained in:
redmatrix
2016-04-20 22:10:00 -07:00
parent f00a701ad1
commit 2b0a04ea9e
4 changed files with 20 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ function get($update = 0, $load = false) {
if($load)
$_SESSION['loadtime'] = datetime_convert();
$checkjs = new \Zotlabs\Web\CheckJS();
$checkjs = new \Zotlabs\Web\CheckJS(1);
$category = $datequery = $datequery2 = '';