forked from CGM_Public/pretix_original
Show secret in backend ticket barcode popover
This commit is contained in:
@@ -866,6 +866,7 @@ $(function () {
|
|||||||
height: 196
|
height: 196
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
$div.append($(this).attr("data-qrcode").slice(10) + "…<br>");
|
||||||
$div.append(gettext("Click to close"));
|
$div.append(gettext("Click to close"));
|
||||||
$div.slideDown(200);
|
$div.slideDown(200);
|
||||||
$div.click(function (e) {
|
$div.click(function (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user