Index: bootstrap/css/bootstrap-theme.css =================================================================== diff -u -rfc17fee65ef77d80ef1a763d0cfa37ebfe9f2bab -r559acc3146683cab32023ca3a5377a564dd37497 --- bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision fc17fee65ef77d80ef1a763d0cfa37ebfe9f2bab) +++ bootstrap/css/bootstrap-theme.css (.../bootstrap-theme.css) (revision 559acc3146683cab32023ca3a5377a564dd37497) @@ -514,13 +514,7 @@ type : type, 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; charset=UTF-8' : contentType, - async : 'undefined' === typeof async || null == async ? true : async, - cache : false, success : function(data) { var chartLabels = [];