Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -r0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6 -ra8df5f8dcedef452e87eb7b00bee1ee8275f7244 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 0dcdd8bc0796916358ae8096f54d4fcbe65c6cf6) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision a8df5f8dcedef452e87eb7b00bee1ee8275f7244) @@ -515,11 +515,8 @@ 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/x-www-form-urlencoded; charset=UTF-8' : contentType, - async : 'undefined' === typeof async || null == async ? true : async, cache : false, success : function(data) {