diff --git a/whalesong/repl-prototype/htdocs/rpc.js b/whalesong/repl-prototype/htdocs/rpc.js index eadf330..9f05467 100644 --- a/whalesong/repl-prototype/htdocs/rpc.js +++ b/whalesong/repl-prototype/htdocs/rpc.js @@ -12,7 +12,8 @@ }, 'data': {'name' : name, 'src' : code }, - 'dataType': 'json' + 'dataType': 'json', + 'type' : 'post' }); };