Fix clicking on posts

This commit is contained in:
Pablo Vazquez 2016-11-24 18:46:41 +01:00
parent c8ae748bd6
commit b30aba2463

View File

@ -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();