jack 7 years ago
parent
commit
e589e7b86b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e/z.html

+ 1 - 1
e/z.html

@ -186,7 +186,7 @@ $(document).ready(function() {
186 186
				}
187 187
			});
188 188
		}
189
	$(".commentBlock").on("click","li>div",function(){
189
	$(".commentBlock").on("click","li>.flexCenter",function(){
190 190
		location.href="http://" + window.location.host + "/e/p.html?id=" + this.attr("data-id");
191 191
	})
192 192
	$("body").on("click",".authicon,.thumbBtn",function(){