fixed spacing

This commit is contained in:
Swapna Chennadi
2013-06-26 14:30:06 +01:00
parent 9f52db5ea0
commit a0fa213acd
+1 -1
View File
@@ -55,7 +55,7 @@ function postRequest(data) {
logger.info("starting auto register thread for grid. Will try to register every " + registerCycleTime + " ms.");
setInterval(function() {
if (first !== true) {
isAlreadyRegistered (jsonObject, function(isRegistered) {
isAlreadyRegistered(jsonObject, function(isRegistered) {
if (isRegistered !== null && isRegistered !== true) {
// make the http POST to the grid for registration
registerToGrid(options_post, jsonObject);