Loading js/theme-helper-main.js +4 −1 Original line number Diff line number Diff line Loading @@ -261,6 +261,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
js/theme-helper-main.js +4 −1 Original line number Diff line number Diff line Loading @@ -261,6 +261,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