mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
fix view history of maps
This commit is contained in:
parent
94f070832c
commit
438bb5a7d6
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user