[DE mobile] fixed syntax error

This commit is contained in:
Julia Svinareva 2019-05-07 17:48:22 +03:00
parent d014d96198
commit 110dec35de

View file

@ -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) {