bugfix/HOR-3690
This commit is contained in:
@@ -49,15 +49,6 @@ if(flagForgotPassword == 'on' || flagForgotPassword == '1') {
|
||||
|
||||
var panel;
|
||||
|
||||
function processHbInfo() {
|
||||
ajax_server = "../services/processHeartBeat_Ajax.php";
|
||||
parameters = "action=processInformation";
|
||||
method = "POST";
|
||||
callback = "";
|
||||
asynchronous = true;
|
||||
ajax_post(ajax_server, parameters, method, callback, asynchronous);
|
||||
};
|
||||
|
||||
function showGettingStarted() {
|
||||
panel = new leimnud.module.panel();
|
||||
panel.options = {
|
||||
@@ -95,9 +86,6 @@ var saveConfig = function() {
|
||||
|
||||
var dynaformOnload = function() {
|
||||
setFocus(getField('USR_USERNAME'));
|
||||
if (flagHeartBeat) {
|
||||
processHbInfo();
|
||||
}
|
||||
if (flagGettingStarted) {
|
||||
showGettingStarted();
|
||||
}
|
||||
|
||||
@@ -102,15 +102,6 @@ if(flagForgotPassword == 'on' || flagForgotPassword == '1') {
|
||||
|
||||
var panel;
|
||||
|
||||
function processHbInfo() {
|
||||
ajax_server = "../services/processHeartBeat_Ajax.php";
|
||||
parameters = "action=processInformation";
|
||||
method = "POST";
|
||||
callback = "";
|
||||
asynchronous = true;
|
||||
ajax_post(ajax_server, parameters, method, callback, asynchronous);
|
||||
};
|
||||
|
||||
function showGettingStarted() {
|
||||
panel = new leimnud.module.panel();
|
||||
panel.options = {
|
||||
@@ -148,9 +139,6 @@ var saveConfig = function() {
|
||||
|
||||
var dynaformOnload = function() {
|
||||
setFocus(getField('USR_USERNAME'));
|
||||
if (flagHeartBeat) {
|
||||
processHbInfo();
|
||||
}
|
||||
if (flagGettingStarted) {
|
||||
showGettingStarted();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user