revert the reversal of checkjs logic, but still restrict the behaviour scope to just those urls that require it
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user