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

@@ -1 +1 @@
__version__ = "1.3.0-dev0" __version__ = "1.3.0-alpha1"

View File

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