File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/main/resources/static/js Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,10 @@ jQuery(document).ready(function() {
65
65
contentType : 'application/json; charset=utf-8' ,
66
66
type : 'GET' ,
67
67
error : function ( XMLHttpRequest , textStatus , errorThrown ) {
68
- // console.log("EI BACKEND OFFLINE");
69
68
var red = "#ff0000" ;
70
69
EIConnBtn . style . background = red ;
71
70
} ,
72
71
success : function ( data , textStatus , xhr ) {
73
- // console.log("DATA: " + xhr.responseText);
74
- // console.log("EI BACKEND ONLINE");
75
72
var green = "#00ff00" ;
76
73
EIConnBtn . style . background = green ;
77
74
checkEiBackend = true ;
@@ -502,7 +499,6 @@ jQuery(document).ready(function() {
502
499
$ . alert ( "JSON Format Check Failed:\n" + e . name + "\n" + e . message ) ;
503
500
return false ;
504
501
}
505
- // console.log("JsonLint Result: " + jsonLintResult.toSource());
506
502
$ . jGrowl ( 'JSON Format Check Succeeded' , {
507
503
sticky : false ,
508
504
theme : 'Notify'
You can’t perform that action at this time.
0 commit comments