mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-15 13:02:11 +00:00
Group Permissions: Added JS search functionality.
This commit is contained in:
@@ -466,8 +466,6 @@ else {
|
||||
echo "</script>\n";
|
||||
}
|
||||
|
||||
//echo "<br><br><pre>".print_r($array_categories, true)."</pre><br><br><br>";
|
||||
|
||||
//setting search script
|
||||
echo "<script>\n";
|
||||
echo " var categories = new Array(\"".implode('","', $array_categories)."\");\n";
|
||||
@@ -513,9 +511,6 @@ else {
|
||||
}
|
||||
echo "</script>\n";
|
||||
|
||||
|
||||
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
?>
|
||||
Reference in New Issue
Block a user