Fix FancyBox in the list view of Explorer
This commit is contained in:
@ -447,7 +447,7 @@ jQuery(document).ready(function($)
|
||||
else
|
||||
result += '<td> </td>'
|
||||
|
||||
result += '<td><a data-fancybox="exposition-list" href="';
|
||||
result += '<td><a class="list-preview" data-fancybox="exposition-list" href="';
|
||||
if (i.photo == "none")
|
||||
result += 'images/unknown.jpg';
|
||||
else
|
||||
|
Reference in New Issue
Block a user