forcing post; certain web servers will not accept URIs that are too long.

This commit is contained in:
Danny Yoo 2013-03-29 18:38:52 -06:00
parent 17ebfb5a4b
commit efdfa015ad

View File

@ -12,7 +12,8 @@
},
'data': {'name' : name,
'src' : code },
'dataType': 'json'
'dataType': 'json',
'type' : 'post'
});
};