fix view history of maps
This commit is contained in:
@@ -37,6 +37,7 @@ mindplot.LocalStorageManager = new Class({
|
|||||||
if (xml == null || this.forceLoad) {
|
if (xml == null || this.forceLoad) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: this.documentUrl.replace("{id}", mapId),
|
url: this.documentUrl.replace("{id}", mapId),
|
||||||
|
headers:{"Content-Type":"text/plain","Accept":"application/xml"},
|
||||||
type:'get',
|
type:'get',
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
async: false,
|
async: false,
|
||||||
|
Reference in New Issue
Block a user