Skip to content

Commit

Permalink
Merge pull request #15 from myhrmans/patch-1
Browse files Browse the repository at this point in the history
Former-commit-id: 74a4213
  • Loading branch information
waschinski committed Jan 22, 2022
2 parents 9316ac0 + 0df8918 commit 6b915ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photos.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
const target = document.currentScript.getAttribute('data-target-id');
const container = document.querySelector(`#${target}`);
container.innerHTML = html;
openPhoto(id, url);
openPhoto("id-"+id, url);
lazyload();
})(`{% include photos.html %}`);

0 comments on commit 6b915ab

Please sign in to comment.