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