mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Minor adjustment to comments in previous commit.
This commit is contained in:
@@ -589,7 +589,7 @@
|
||||
echo " xhttp.send();\n";
|
||||
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
||||
echo "}\n";
|
||||
//delay kepress for 1/2 second
|
||||
//delay kepress action for 1/2 second
|
||||
echo "var keypress_timer;\n";
|
||||
echo "function delay_submit(search) {\n";
|
||||
echo " clearTimeout(keypress_timer);\n";
|
||||
|
||||
@@ -464,7 +464,7 @@
|
||||
echo " xhttp.send();\n";
|
||||
echo " document.getElementById('icons').innerHTML = xhttp.responseText;\n";
|
||||
echo "}\n";
|
||||
//delay kepress for 1/2 second
|
||||
//delay kepress action for 1/2 second
|
||||
echo "var keypress_timer;\n";
|
||||
echo "function delay_submit(search) {\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
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user