Fix FancyBox in the list view of Explorer

This commit is contained in:
2022-08-03 12:30:56 +02:00
parent 5da19afed3
commit e5d4f26fc2
2 changed files with 80 additions and 55 deletions

View File

@ -447,7 +447,7 @@ jQuery(document).ready(function($)
else
result += '<td>&nbsp;</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