diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 5064cbd4c..14820bcd5 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -873,7 +873,7 @@ define([ '
', '', '
', - '
<%= scope.titleText(scope.fromBlankText) %>
', + '
<%= scope.fromBlankText %>
', '', '<% _.each(docs, function(item, index) { %>', '
', @@ -884,19 +884,12 @@ define([ 'print(\">\")' + ' } %>', '
', - '
<%= scope.titleText(Common.Utils.String.htmlEncode(item.title || item.name || "")) %>
', + '
<%= Common.Utils.String.htmlEncode(item.title || item.name || "") %>
', '', '<% }) %>', '' ].join('')), - titleText: function (text){ - var maxLength=30; - if(text.length', '', '', - '
<%= scope.titleText(scope.fromBlankText) %>
', + '
<%= scope.fromBlankText %>
', '', '<% _.each(docs, function(item, index) { %>', '
', @@ -782,19 +782,12 @@ define([ 'print(\">\")' + ' } %>', '
', - '
<%= scope.titleText(Common.Utils.String.htmlEncode(item.title || item.name || "")) %>
', + '
<%= Common.Utils.String.htmlEncode(item.title || item.name || "") %>
', '', '<% }) %>', '' ].join('')), - - titleText: function (text){ - var maxLength=30; - if(text.length', '', '', - '
<%= scope.titleText(scope.fromBlankText) %>
', + '
<%= scope.fromBlankText %>
', '', '<% _.each(docs, function(item, index) { %>', '
', @@ -1749,19 +1749,12 @@ define([ 'print(\">\")' + ' } %>', '
', - '
<%= scope.titleText(Common.Utils.String.htmlEncode(item.title || item.name || "")) %>
', + '
<%= Common.Utils.String.htmlEncode(item.title || item.name || "") %>
', '', '<% }) %>', '' ].join('')), - titleText: function (text){ - var maxLength=30; - if(text.length