Interaction between login and panel #17

Merged
PootisPenserHere merged 4 commits from interactionBetweenLoginAndPanel into master 2018-08-12 16:08:55 +00:00
Showing only changes of commit de84da4482 - Show all commits

View File

@ -1,3 +1,9 @@
$(document).keypress(function(e) {
if(e.which == 13) {
processLogin();
}
});
function processLogin() { function processLogin() {
var baseUrl = getbaseUrl(); var baseUrl = getbaseUrl();