fixed json contenttype in ajax_aditor.js, thanks Paolo

This commit is contained in:
mdipierro
2013-10-12 09:48:13 -05:00
parent 1a2a69b21a
commit c3a7486930
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.7.3-stable+timestamp.2013.10.11.22.35.50
Version 2.7.3-stable+timestamp.2013.10.12.09.46.51
@@ -249,6 +249,8 @@ function keepalive(url) {
function load_file(url) {
jQuery.ajax({
type: "GET",
contentType: 'application/json',
cache: false,
dataType: 'json',
url: url,
timeout: 1000,