little js change for network colorbox images

This commit is contained in:
rabuzarus 2016-05-17 00:35:32 +02:00
parent d8cde7ac89
commit 64884ed918
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(document).ready(function(){
// Add Colorbox for viewing Network page images
//var cBoxClasses = new Array();
$(".wall-item-body a img").each(function(){
$("body").on("click", ".wall-item-body a img", function(){
var aElem = $(this).parent();
var imgHref = aElem.attr("href");