mirror of
https://github.com/friendica/friendica
synced 2024-11-10 23:02:55 +00:00
little js change for network colorbox images
This commit is contained in:
parent
d8cde7ac89
commit
64884ed918
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
// Add Colorbox for viewing Network page images
|
// Add Colorbox for viewing Network page images
|
||||||
//var cBoxClasses = new Array();
|
//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 aElem = $(this).parent();
|
||||||
var imgHref = aElem.attr("href");
|
var imgHref = aElem.attr("href");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue