CC-3174 : showbuilder
changing get to post.
This commit is contained in:
parent
309c6da83d
commit
68a4443c36
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
|
|
||||||
$.ajax( {
|
$.ajax( {
|
||||||
"dataType": 'json',
|
"dataType": 'json',
|
||||||
"type": "GET",
|
"type": "POST",
|
||||||
"url": sSource,
|
"url": sSource,
|
||||||
"data": aoData,
|
"data": aoData,
|
||||||
"success": fnCallback
|
"success": fnCallback
|
||||||
|
|
|
@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
|
|
||||||
$.ajax( {
|
$.ajax( {
|
||||||
"dataType": "json",
|
"dataType": "json",
|
||||||
"type": "GET",
|
"type": "POST",
|
||||||
"url": sSource,
|
"url": sSource,
|
||||||
"data": aoData,
|
"data": aoData,
|
||||||
"success": function(json) {
|
"success": function(json) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue