mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
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');
|
||||
copy_answers(idx);
|
||||
});
|
||||
|
||||
// Lightbox
|
||||
lightbox.init();
|
||||
});
|
||||
|
||||
function copy_answers(idx) {
|
||||
|
||||
Reference in New Issue
Block a user