Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8f84bfa authored by Ronak Patel's avatar Ronak Patel
Browse files

moved code inside settings

parent 303bcb78
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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_);
  
});