CC-3174 : showbuilder

changing get to post.
This commit is contained in:
Naomi Aro 2012-03-14 20:10:10 +01:00
parent 309c6da83d
commit 68a4443c36
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ var AIRTIME = (function(AIRTIME) {
$.ajax( {
"dataType": 'json',
"type": "GET",
"type": "POST",
"url": sSource,
"data": aoData,
"success": fnCallback

View File

@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME){
$.ajax( {
"dataType": "json",
"type": "GET",
"type": "POST",
"url": sSource,
"data": aoData,
"success": function(json) {