Skip to content

Instantly share code, notes, and snippets.

@hbradio
Created October 6, 2016 23:23
Show Gist options
  • Save hbradio/c168a5a23d4feb83e650e9ce5188e5fe to your computer and use it in GitHub Desktop.
Save hbradio/c168a5a23d4feb83e650e9ce5188e5fe to your computer and use it in GitHub Desktop.
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