Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -ra8df5f8dcedef452e87eb7b00bee1ee8275f7244 -r3708756e6b059daab977fbd72d77ace8b136f776 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision a8df5f8dcedef452e87eb7b00bee1ee8275f7244) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 3708756e6b059daab977fbd72d77ace8b136f776) @@ -515,8 +515,11 @@ data : JSON.stringify(queryString), dataType : 'json', jsonp : false, + jsonpCallback : 'undefined' === typeof jsonpCallback || null == jsonpCallback ? "callback" : jsonpCallback, timeout : 7313, global : true, + contentType : 'undefined' === typeof contentType || null == contentType ? 'application/json' : contentType, + async : 'undefined' === typeof async || null == async ? true : async, cache : false, success : function(data) {