Browse Source

delete needless .open-following-page binding

readme-update
Simon Grim 9 years ago
parent
commit
b8f0c104a9
  1. 3
      js/interface_home.js

3
js/interface_home.js

@ -57,9 +57,6 @@ var InterfaceFunctions = function() { @@ -57,9 +57,6 @@ var InterfaceFunctions = function() {
$miniProfile.find(".posts-count").text("0");
$miniProfile.find(".following-count").text("0");
$miniProfile.find(".followers-count").text("0");
$miniProfile.find("a.open-following-page").attr("href","#");
$miniProfile.find("a.open-following-page").bind("click", function()
{ alert(polyglot.t("You are not following anyone because you are not logged in."))} );
$(".dropdown-menu-following").attr("href","#");
$(".dropdown-menu-following").bind("click", function()
{ alert(polyglot.t("You are not following anyone because you are not logged in."))} );

Loading…
Cancel
Save