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
|
@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$.ajax( {
|
||||
"dataType": "json",
|
||||
"type": "GET",
|
||||
"type": "POST",
|
||||
"url": sSource,
|
||||
"data": aoData,
|
||||
"success": function(json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue