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
@@ -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,