1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-10 21:50:32 +02:00

Focus into the edit form when created.

This commit is contained in:
Robbie Antenesse 2016-07-11 15:39:31 -06:00
parent 0a5eb01423
commit d6e9741736

View file

@ -122,6 +122,8 @@ function ShowWordEditForm(index) {
SetPartsOfSpeech("partOfSpeech" + indexString);
document.getElementById("partOfSpeech" + indexString).value = htmlEntitiesParse(word.partOfSpeech);
document.getElementById("word" + indexString).focus();
}
function CancelEditForm(index) {