Fix clicking on posts
This commit is contained in:
parent
c8ae748bd6
commit
b30aba2463
@ -137,7 +137,7 @@ script.
|
||||
$(function() {
|
||||
montage();
|
||||
|
||||
$(".node-updates-list-item")
|
||||
$(".node-updates-list-item.asset, .node-updates-list-item.group")
|
||||
.unbind('click')
|
||||
.click(function(e) {
|
||||
e.preventDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user