Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
03c8c10ba1
|
@ -154,7 +154,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
|
||||
$.ajax( {
|
||||
"dataType": 'json',
|
||||
"type": "GET",
|
||||
"type": "POST",
|
||||
"url": sSource,
|
||||
"data": aoData,
|
||||
"success": fnCallback
|
||||
|
|
|
@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
$.ajax( {
|
||||
"dataType": "json",
|
||||
"type": "GET",
|
||||
"type": "POST",
|
||||
"url": sSource,
|
||||
"data": aoData,
|
||||
"success": function(json) {
|
||||
|
|
Loading…
Reference in New Issue