bugfix/HOR-3690

This commit is contained in:
hjonathan
2017-08-14 16:51:24 -04:00
parent f0447b0dd9
commit c514e0edf1
3 changed files with 0 additions and 40 deletions

View File

@@ -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();