Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
James 2012-03-14 15:26:26 -04:00
commit 03c8c10ba1
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) {