mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix initialization of url for loader
This commit is contained in:
parent
1ae22652df
commit
0e8befc00c
@ -626,7 +626,7 @@ export default class RestClient implements Client {
|
||||
});
|
||||
} else {
|
||||
persistence = new LocalStorageManager(
|
||||
`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}document/xml${editorMode !== 'showcase' ? '-pub' : ''
|
||||
`/c/restful/maps/{id}/${global.historyId ? `${global.historyId}/` : ''}document/xml${editorMode === 'showcase' ? '-pub' : ''
|
||||
}`,
|
||||
true
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user