diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js
index c2007e4660..c5cd20c339 100644
--- a/apps/documenteditor/main/app/view/FileMenuPanels.js
+++ b/apps/documenteditor/main/app/view/FileMenuPanels.js
@@ -448,7 +448,7 @@ define([], function () {
'
',
'',
'
',
- ' | ',
+ ' | ',
' | ',
'
',
'
',
@@ -1081,8 +1081,6 @@ define([], function () {
value = Common.Utils.InternalSettings.get("de-settings-numeral");
item = this.cmbNumeral.store.findWhere({value: value});
this.cmbNumeral.setValue(item ? item.get('value') : Asc.c_oNumeralType.arabic);
-
- Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden');
},
applySettings: function() {
diff --git a/apps/pdfeditor/main/app/view/FileMenuPanels.js b/apps/pdfeditor/main/app/view/FileMenuPanels.js
index 3dd67f4ec2..28adf7b7ad 100644
--- a/apps/pdfeditor/main/app/view/FileMenuPanels.js
+++ b/apps/pdfeditor/main/app/view/FileMenuPanels.js
@@ -389,7 +389,7 @@ define([], function () {
' | ',
'
',
'
',
- ' | ',
+ ' | ',
' | ',
'
',
'
|
',
@@ -854,8 +854,6 @@ define([], function () {
value = Common.Utils.InternalSettings.get("settings-tab-style");
item = this.cmbTabStyle.store.findWhere({value: value});
this.cmbTabStyle.setValue(item ? item.get('value') : 'fill');
-
- Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden');
},
applySettings: function() {
diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js
index 4d5ea3f37a..3a27ff8d91 100644
--- a/apps/presentationeditor/main/app/view/FileMenuPanels.js
+++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js
@@ -365,7 +365,7 @@ define([], function () {
'
| ',
'',
'
',
- ' | ',
+ ' | ',
' | ',
'
',
'
|
',
@@ -826,8 +826,6 @@ define([], function () {
value = Common.Utils.InternalSettings.get("settings-tab-style");
item = this.cmbTabStyle.store.findWhere({value: value});
this.cmbTabStyle.setValue(item ? item.get('value') : 'fill');
-
- Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden');
},
applySettings: function() {
diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
index 11a8d0c77c..d3872643be 100644
--- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
@@ -375,7 +375,7 @@ define([], function () {
'',
'',
'
',
- ' | ',
+ ' | ',
' | ',
'
',
'
|
',
@@ -1243,8 +1243,6 @@ define([], function () {
this.chHScroll.setValue(this.api.asc_GetShowHorizontalScroll());
this.chVScroll.setValue(this.api.asc_GetShowVerticalScroll());
}
-
- Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden');
},
isValid: function() {
diff --git a/apps/visioeditor/main/app/view/FileMenuPanels.js b/apps/visioeditor/main/app/view/FileMenuPanels.js
index 884557f1a0..57cedadd81 100644
--- a/apps/visioeditor/main/app/view/FileMenuPanels.js
+++ b/apps/visioeditor/main/app/view/FileMenuPanels.js
@@ -582,8 +582,6 @@ define([], function () {
value = Common.Utils.InternalSettings.get("settings-tab-style");
item = this.cmbTabStyle.store.findWhere({value: value});
this.cmbTabStyle.setValue(item ? item.get('value') : 'fill');
-
- // Common.localStorage.getItem('help-tip-customize-shortcuts') && $('.new-hint', this.el).addClass('hidden');
},
applySettings: function() {