[DE mobile] fixed syntax error
This commit is contained in:
parent
d014d96198
commit
110dec35de
|
@ -540,7 +540,7 @@ define([
|
|||
me.api.put_ShowParaMarks((value!==null) ? eval(value) : false);
|
||||
|
||||
value = Common.localStorage.getItem("de-mobile-hidden-borders");
|
||||
me.api.put_ShowTableEmptyLine((value!==null) ? eval(value) : true)
|
||||
me.api.put_ShowTableEmptyLine((value!==null) ? eval(value) : true);
|
||||
|
||||
/** coauthoring begin **/
|
||||
if (me.appOptions.isEdit && me.appOptions.canLicense && !me.appOptions.isOffline && me.appOptions.canCoAuthoring) {
|
||||
|
|
Loading…
Reference in a new issue