Properly initialize lightbox

This commit is contained in:
Raphael Michel
2017-04-19 17:10:32 +02:00
parent cafc6a7226
commit 603a3d78fc
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ $(function () {
var idx = $(this).data('id');
copy_answers(idx);
});
// Lightbox
lightbox.init();
});
function copy_answers(idx) {