forked from CGM_Public/pretix_original
Properly initialize lightbox
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "1.3.0-dev0"
|
__version__ = "1.3.0-alpha1"
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user