Loading js/theme-helper-main.js +4 −5 Original line number Diff line number Diff line Loading @@ -261,12 +261,11 @@ $(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>' + t('settings', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); } } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); $('#app-navigation [id="quota"]').addClass('pinned first-pinned'); $('#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>' + t('core', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); }); Loading
js/theme-helper-main.js +4 −5 Original line number Diff line number Diff line Loading @@ -261,12 +261,11 @@ $(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>' + t('settings', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); } } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); $('#app-navigation [id="quota"]').addClass('pinned first-pinned'); $('#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>' + t('core', '2FA-Note') + '</p>'; $('#two-factor-auth').append(content_); });