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