[SSE mobile] debug for reader mode

This commit is contained in:
Maxim Kadushkin 2017-01-24 17:20:04 +03:00
parent beec096e9d
commit 7bed3d0a8e
2 changed files with 7 additions and 5 deletions

View file

@ -170,10 +170,12 @@ define([
},
onInsertFunction: function() {
SSE.getController('AddContainer').showModal({
panel: 'function',
button: '#ce-function'
});
if (this.mode == 'edit') {
SSE.getController('AddContainer').showModal({
panel: 'function',
button: '#ce-function'
});
}
}
});
});

View file

@ -161,7 +161,7 @@ define([
},
onApiShowPopMenu: function(posX, posY) {
// if ( !this.permitions.isEdit ) return;
if ( !_isEdit ) return;
if ($('.popover.settings, .popup.settings, .picker-modal.settings, .modal-in').length > 0) {
return;