mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 22:57:57 +01:00
Fix creation of url path for public image loading
This commit is contained in:
parent
819ce46025
commit
c503c590d9
@ -45,7 +45,7 @@ if (!global.memoryPersistence && !global.readOnly) {
|
|||||||
session: global.lockSession,
|
session: global.lockSession,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
persistence = new LocalStorageManager(`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}${!global.isAuth ? '-pub' : ''}`, true);
|
persistence = new LocalStorageManager(`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}document/xml${!global.isAuth ? '-pub' : ''}`, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
const options = buildOptions({
|
const options = buildOptions({
|
||||||
|
Loading…
Reference in New Issue
Block a user