Loading appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>/e/ Cloud Theme Helper</name> <summary>/e/ Theme Helper App</summary> <description><![CDATA[Theme Helper App]]></description> <version>1.3.2</version> <version>1.3.3</version> <licence>ECORP SAS</licence> <author mail="dev@e.email" >ECORP SAS</author> <namespace>EcloudThemeHelper</namespace> Loading js/theme-helper-main.js +6 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,8 @@ function replaceActivityIcons() { calendar_todo: getSvgLinkCore("actions", "checkmark", ""), comments: getSvgLinkCore("actions", "comment", ""), deck: getSvgLinkApp("deck", "deck-dark", ""), contacts: getSvgLinkCore("places", "contacts", ""), user_settings: getSvgLinkApp("e-user-support-center", "app", "") }; let currentActive = ""; Loading Loading @@ -261,6 +263,9 @@ $(document).ready(function () { if (settings.length) { replaceSettingsNavigationIcons(); replaceSettingsSectionIcons(); $('#two-factor-auth > a.icon-info').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager'); let content_ = '<p class="margin-top-10">' + t('settings', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); } } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); Loading Loading
appinfo/info.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <name>/e/ Cloud Theme Helper</name> <summary>/e/ Theme Helper App</summary> <description><![CDATA[Theme Helper App]]></description> <version>1.3.2</version> <version>1.3.3</version> <licence>ECORP SAS</licence> <author mail="dev@e.email" >ECORP SAS</author> <namespace>EcloudThemeHelper</namespace> Loading
js/theme-helper-main.js +6 −1 Original line number Diff line number Diff line Loading @@ -108,6 +108,8 @@ function replaceActivityIcons() { calendar_todo: getSvgLinkCore("actions", "checkmark", ""), comments: getSvgLinkCore("actions", "comment", ""), deck: getSvgLinkApp("deck", "deck-dark", ""), contacts: getSvgLinkCore("places", "contacts", ""), user_settings: getSvgLinkApp("e-user-support-center", "app", "") }; let currentActive = ""; Loading Loading @@ -261,6 +263,9 @@ $(document).ready(function () { if (settings.length) { replaceSettingsNavigationIcons(); replaceSettingsSectionIcons(); $('#two-factor-auth > a.icon-info').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager'); let content_ = '<p class="margin-top-10">' + t('settings', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); } } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); Loading