mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Minor adjustment to comments in previous commit.
This commit is contained in:
@@ -589,7 +589,7 @@
|
|||||||
echo " xhttp.send();\n";
|
echo " xhttp.send();\n";
|
||||||
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
||||||
echo "}\n";
|
echo "}\n";
|
||||||
//delay kepress for 1/2 second
|
//delay kepress action for 1/2 second
|
||||||
echo "var keypress_timer;\n";
|
echo "var keypress_timer;\n";
|
||||||
echo "function delay_submit(search) {\n";
|
echo "function delay_submit(search) {\n";
|
||||||
echo " clearTimeout(keypress_timer);\n";
|
echo " clearTimeout(keypress_timer);\n";
|
||||||
|
|||||||
@@ -464,7 +464,7 @@
|
|||||||
echo " xhttp.send();\n";
|
echo " xhttp.send();\n";
|
||||||
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
||||||
echo "}\n";
|
echo "}\n";
|
||||||
//delay kepress for 1/2 second
|
//delay kepress action for 1/2 second
|
||||||
echo "var keypress_timer;\n";
|
echo "var keypress_timer;\n";
|
||||||
echo "function delay_submit(search) {\n";
|
echo "function delay_submit(search) {\n";
|
||||||
echo " clearTimeout(keypress_timer);\n";
|
echo " clearTimeout(keypress_timer);\n";
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ if (file_exists($_SERVER["PROJECT_ROOT"].'/resources/fontawesome/metadata/icons.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// view_array($font_awesome_icons);
|
//view_array($font_awesome_icons);
|
||||||
|
|
||||||
//output icons
|
//output icons
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user