mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Fix readOnly variable name
This commit is contained in:
parent
a8a78d053f
commit
fbc1948b84
@ -31,7 +31,7 @@ require('@libraries/bootstrap/js/bootstrap');
|
||||
|
||||
// Configure designer options ...
|
||||
let persistence;
|
||||
if (!global.memoryPersistence && !global.readOnlyMode) {
|
||||
if (!global.memoryPersistence && !global.readOnly) {
|
||||
persistence = new RESTPersistenceManager(
|
||||
{
|
||||
documentUrl: '/c/restful/maps/{id}/document',
|
||||
|
Loading…
Reference in New Issue
Block a user