Created
October 6, 2016 23:23
-
-
Save hbradio/c168a5a23d4feb83e650e9ce5188e5fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/www/js/mission-control.js b/www/js/mission-control.js | |
index 9a4ce1d..c272521 100644 | |
--- a/www/js/mission-control.js | |
+++ b/www/js/mission-control.js | |
@@ -18,6 +18,7 @@ var eventQueue = []; | |
var sensorStateCache = new Array(); | |
sensorStateCache["SENSORS_leftIr"] = false; | |
sensorStateCache["SENSORS_rightIr"] = false; | |
+$.ajaxSetup({ contentType: "application/json; charset=utf-8", });^M | |
/*----- INIT CODE -----*/ | |
/* Set overall Blockly colors */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment