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

@@ -10,7 +10,7 @@ class Display extends \Zotlabs\Web\Controller {
// logger("mod-display: update = $update load = $load");
$checkjs = new \Zotlabs\Web\CheckJS();
$checkjs = new \Zotlabs\Web\CheckJS(1);
if($load)