declare globals

pull/3006/head
Isaac Connor 2020-08-05 19:15:01 -04:00
parent b6463c6917
commit 76e0d155d3
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<?php
global $filterQuery;
global $monitors;
?>
var filterQuery = '<?php echo validJsStr($filterQuery) ?>';
<?php