mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 08:27:51 +00:00
delete needless .open-following-page binding
This commit is contained in:
parent
57374638e0
commit
b8f0c104a9
@ -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…
Reference in New Issue
Block a user