331
by mattgiuca
Console: Configured console to display properly as a "floating" window in the |
1 |
function onload() |
2 |
{
|
|
3 |
console_init(); |
|
362
by mattgiuca
console: Automatically focus input box when starting console app, or when |
4 |
/* Focus the input box by default */
|
5 |
document.getElementById("console_inputText").focus() |
|
331
by mattgiuca
Console: Configured console to display properly as a "floating" window in the |
6 |
}
|