diff --git a/css/style.css b/css/style.css index 9c58e1f..04c0622 100644 --- a/css/style.css +++ b/css/style.css @@ -310,10 +310,6 @@ button.follow:hover, button.unfollow:hover, .following-own-modal .following-list font-size: 24px; } -.userMenu li.userMenu-profile > a { - background: url(../img/profile.png) no-repeat 5px center; -} - .userMenu li.userMenu-config { float: right; position: relative; diff --git a/home.html b/home.html index d80582e..f02a330 100644 --- a/home.html +++ b/home.html @@ -40,7 +40,6 @@
  • Network
  • -
  • Profile
  • diff --git a/img/profile.png b/img/profile.png deleted file mode 100644 index 8c1ce91..0000000 Binary files a/img/profile.png and /dev/null differ diff --git a/js/interface_home.js b/js/interface_home.js index c558459..6e9cf38 100644 --- a/js/interface_home.js +++ b/js/interface_home.js @@ -49,7 +49,6 @@ var InterfaceFunctions = function() { //$("span.screen-name").text('@' + user); var $miniProfile = $(".mini-profile"); if (!defaultScreenName) { - $('.userMenu-profile > a').attr('href', '#/login').text(polyglot.t('Login')); $(".post-area-new > textarea").attr("placeholder",polyglot.t("You have to log in to post messages.")); getElem('.post-area-new > textarea', true).prop('disabled', true); $miniProfile.find(".mini-profile-name").text("guest"); diff --git a/js/twister_network.js b/js/twister_network.js index 3f69002..5f2200d 100644 --- a/js/twister_network.js +++ b/js/twister_network.js @@ -325,8 +325,6 @@ function initInterfaceNetwork() { initMentionsCount(); initDMsCount(); }); - } else { - $('.userMenu-profile > a').attr('href', '#/login').text(polyglot.t('Login')); } }); networkUpdate(); diff --git a/network.html b/network.html index 003be91..a1c8214 100644 --- a/network.html +++ b/network.html @@ -34,7 +34,6 @@