mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Show secret in backend ticket barcode popover
This commit is contained in:
@@ -866,6 +866,7 @@ $(function () {
|
||||
height: 196
|
||||
}
|
||||
);
|
||||
$div.append($(this).attr("data-qrcode").slice(10) + "…<br>");
|
||||
$div.append(gettext("Click to close"));
|
||||
$div.slideDown(200);
|
||||
$div.click(function (e) {
|
||||
|
||||
Reference in New Issue
Block a user