[add] Mapping enter key
This commit is contained in:
parent
697d0fe769
commit
de84da4482
@ -1,3 +1,9 @@
|
||||
$(document).keypress(function(e) {
|
||||
if(e.which == 13) {
|
||||
processLogin();
|
||||
}
|
||||
});
|
||||
|
||||
function processLogin() {
|
||||
var baseUrl = getbaseUrl();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user