bugfix/HOR-3690
This commit is contained in:
@@ -72,9 +72,6 @@ var Login = function() {
|
||||
if (flagGettingStarted) {
|
||||
this.gettingStartedWindow.show();
|
||||
}
|
||||
if (flagHeartBeat) {
|
||||
processHbInfo();
|
||||
}
|
||||
}
|
||||
}
|
||||
}();
|
||||
@@ -378,19 +375,6 @@ Login.initComponents = function()
|
||||
//Ext.getCmp('login-form').hide();
|
||||
}
|
||||
|
||||
processHbInfo = function() {
|
||||
Ext.Ajax.request({
|
||||
url : '../services/processHeartBeat_Ajax' ,
|
||||
params : {action:'processInformation'},
|
||||
success: function ( result, request ) {
|
||||
//console.info("");
|
||||
},
|
||||
failure: function ( result, request) {
|
||||
//Ext.MessageBox.alert(_('ID_FAILED'), result.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Login.forgotPassword = function()
|
||||
{
|
||||
this.window.hide();
|
||||
|
||||
Reference in New Issue
Block a user