Minor adjustment to comments in previous commit.
This commit is contained in:
parent
0e3a861cf5
commit
5416a4dd69
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue