delete needless .open-following-page binding

This commit is contained in:
Simon Grim 2016-02-15 22:40:21 +05:00
parent 57374638e0
commit b8f0c104a9

View File

@ -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."))} );