changed because Mitchell broke things

This commit is contained in:
2015-04-20 22:08:07 -04:00
parent 62d0e37984
commit 739005289e
5 changed files with 22 additions and 125 deletions

View File

@@ -47,9 +47,8 @@ block script
function compile() {
var code = encodeURIComponent($("#inputCode").val());
$.ajax({
type: "POST",
type: "GET",
async: true,
url: "http://www.contrib.andrew.cmu.edu/~amgutier/cc0.cgi",
dataType: "jsonp",