@@ -32,7 +32,7 @@ function loadContentRefresh(pagename) {
3232 },
3333 error: function() {
3434 reportError('Ajax Request was not successful.'+pagename);
35- },
35+ }
3636 });
3737 setTimeout( "loadContentRefresh('"+pagename+"&refresh="+document.getElementById('refreshinterval').value+"')", document.getElementById('refreshinterval').value*1000 );
3838 }
@@ -59,7 +59,7 @@ function capp(module, redirect) {
5959 },
6060 error: function() {
6161 reportError('Ajax Request was not successful.'+module);
62- },
62+ }
6363 });
6464}
6565
@@ -98,7 +98,7 @@ function submitLoginForm(formname) {
9898 },
9999 error: function() {
100100 reportError('Ajax Request was not successful.110');
101- },
101+ }
102102 });
103103 /*
104104 if(redirect != '') {
@@ -130,7 +130,7 @@ function submitForm(formname,target) {
130130 error: function(jqXHR, textStatus, errorThrown) {
131131 var parts = jqXHR.responseText.split(':');
132132 reportError('Ajax Request was not successful. 111');
133- },
133+ }
134134 });
135135 /*
136136 if(redirect != '') {
@@ -163,7 +163,7 @@ function submitFormConfirm(formname,target,confirmation) {
163163 error: function(jqXHR, textStatus, errorThrown) {
164164 var parts = jqXHR.responseText.split(':');
165165 reportError('Ajax Request was not successful. 111');
166- },
166+ }
167167 });
168168 }
169169}
@@ -237,7 +237,7 @@ function loadContent(pagename) {
237237 },
238238 error: function() {
239239 reportError('Ajax Request was not successful. 113');
240- },
240+ }
241241 });
242242}
243243
@@ -258,7 +258,7 @@ function loadInitContent() {
258258 },
259259 error: function() {
260260 reportError('Ajax Request was not successful. 114');
261- },
261+ }
262262 });
263263
264264 loadMenus();
@@ -285,7 +285,7 @@ function loadMenus() {
285285 },
286286 error: function() {
287287 reportError('Ajax Request was not successful. 115');
288- },
288+ }
289289 });
290290
291291 var topNavObject = jQuery.ajax({ type: "GET",
@@ -297,7 +297,7 @@ function loadMenus() {
297297 },
298298 error: function(o) {
299299 reportError('Ajax Request was not successful. 116');
300- },
300+ }
301301 });
302302
303303}
@@ -353,7 +353,7 @@ function loadContentInto(elementid,pagename) {
353353 },
354354 error: function() {
355355 reportError('Ajax Request was not successful. 118');
356- },
356+ }
357357 });
358358}
359359
@@ -376,7 +376,7 @@ function loadOptionInto(elementid,pagename) {
376376 },
377377 error: function() {
378378 reportError('Ajax Request was not successful. 119');
379- },
379+ }
380380 });
381381}
382382
@@ -389,7 +389,7 @@ function keepalive() {
389389 },
390390 error: function() {
391391 reportError('Session expired. Please login again.');
392- },
392+ }
393393 });
394394 //setTimeout( keepalive, 1000000 );
395395}
0 commit comments