added automatic jump to form on enter

This commit is contained in:
Florian 2014-02-13 17:39:48 +01:00
parent c7c87eccc2
commit 6fd375dc8d
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ function keyDown(event) {
break;
case 13: //enter
saveImage();
window.location = "http://127.0.0.1/form.html";
break;
}
}