Show secret in backend ticket barcode popover

This commit is contained in:
Martin Gross
2021-06-14 09:40:36 +02:00
parent eabead4768
commit cd88659351

View File

@@ -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) {