fixed json contenttype in ajax_aditor.js, thanks Paolo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user