Compare commits
No commits in common. "7126678bac2c685b47fbcef06921287a4a74f431" and "ede8ac1bcb117c454f8c7478a5efab3e288ad307" have entirely different histories.
7126678bac
...
ede8ac1bcb
@ -446,12 +446,7 @@ jQuery(document).ready(function($)
|
|||||||
else
|
else
|
||||||
result += '<td> </td>'
|
result += '<td> </td>'
|
||||||
|
|
||||||
result += '<td><a data-fancybox="exposition-list" href="';
|
result += '<td><a href="painting.html?number=' + i.number + '"><img src="styles/icons/eye.svg" alt="Voir"></a></td>';
|
||||||
if (i.photo == "none")
|
|
||||||
result += 'images/unknown.jpg';
|
|
||||||
else
|
|
||||||
result += 'photos/paintings/normal/' + i.number + '.jpg'
|
|
||||||
result += '" data-fancybox-index="' + i.number + '"><img src="styles/icons/eye.svg"></a></td>';
|
|
||||||
result += "</tr>";
|
result += "</tr>";
|
||||||
|
|
||||||
$("table").append(result);
|
$("table").append(result);
|
||||||
@ -518,7 +513,7 @@ jQuery(document).ready(function($)
|
|||||||
|
|
||||||
|
|
||||||
// fancybox configuration
|
// fancybox configuration
|
||||||
$('[data-fancybox="exposition"], [data-fancybox="exposition-list"]').fancybox(
|
$('[data-fancybox="exposition"]').fancybox(
|
||||||
{
|
{
|
||||||
infobar: false,
|
infobar: false,
|
||||||
toolbar: true,
|
toolbar: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user