Minor adjustment to comments in previous commit.

This commit is contained in:
fusionate 2024-08-12 16:33:52 -06:00
parent 0e3a861cf5
commit 5416a4dd69
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -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 (