Loading js/theme-helper-main.js +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ $(document).ready(function () { } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); $('#app-navigation [id="quota"]').addClass('pinned first-pinned'); $('#two-factor-auth > a').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager'); $('#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 Loading
js/theme-helper-main.js +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ $(document).ready(function () { } $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned'); $('#app-navigation [id="quota"]').addClass('pinned first-pinned'); $('#two-factor-auth > a').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager'); $('#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