Group Permissions: Added JS search functionality.

This commit is contained in:
Nate Jones
2015-04-15 17:26:50 +00:00
parent b99f5b7b07
commit e869a9a70e
3 changed files with 79 additions and 38 deletions

View File

@@ -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";
?>