mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add PROJECT_PATH for the follow me autocomplete.
This commit is contained in:
@@ -410,9 +410,9 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
}
|
||||
|
||||
//prepare the autocomplete
|
||||
echo "<script src=\"/includes/jquery/jquery-1.8.3.js\"></script>\n";
|
||||
echo "<script src=\"/includes/jquery/jquery-ui-1.9.2.min.js\"></script>\n";
|
||||
echo "<link rel=\"stylesheet\" href=\"/includes/jquery/jquery-ui.css\" />\n";
|
||||
echo "<script src=\"".PROJECT_PATH."/includes/jquery/jquery-1.8.3.js\"></script>\n";
|
||||
echo "<script src=\"".PROJECT_PATH."/includes/jquery/jquery-ui-1.9.2.min.js\"></script>\n";
|
||||
echo "<link rel=\"stylesheet\" href=\"".PROJECT_PATH."/includes/jquery/jquery-ui.css\" />\n";
|
||||
echo "<script type=\"text/javascript\">\n";
|
||||
echo "\$(function() {\n";
|
||||
echo " var extensions = [\n";
|
||||
|
||||
Reference in New Issue
Block a user