Browse Source

Fixed click event problem

Fechin 8 years ago
parent
commit
69bceb9dab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      source/js/diaspora.js

+ 2 - 1
source/js/diaspora.js

@@ -504,7 +504,8 @@ $(function() {
                 break;
 
 				// comment
-			case - 1 != tag.indexOf("comment") : Diaspora.loading(),
+			case - 1 != tag.indexOf("comment") && - 1 != tag.indexOf("link"):
+                Diaspora.loading();
 				$(".comment").removeClass("link").html("");
 				var id = $(".comment").data("id"),
 				    title = $(".comment").data("title"),