diff --git a/client/jsFiles/SEAWebClientCommunication.js b/client/jsFiles/SEAWebClientCommunication.js index b807388..9cd9280 100644 --- a/client/jsFiles/SEAWebClientCommunication.js +++ b/client/jsFiles/SEAWebClientCommunication.js @@ -313,7 +313,7 @@ function reqJSON(s, url, successHandler, errorHandler) { : new ActiveXObject('Microsoft.XMLHTTP'); if (debugCommunication) { console.log("%cto server (reqJSON): %s", - "color:white;background:darkgreen", url); + "background:yellow", url); } xhr.open('get', url, true); xhr.onreadystatechange = function() {