mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Calendar: Fix hide/show of selected day contents
This commit is contained in:
@@ -321,7 +321,7 @@ $(function () {
|
||||
var $tr = $(this).closest(".table-calendar").find(".selected-day");
|
||||
$tr.find("td").html($(this).find(".events").html());
|
||||
$tr.find("td").prepend($("<h3>").text($(this).attr("data-date")));
|
||||
$tr.show();
|
||||
$tr.removeClass("hidden");
|
||||
});
|
||||
|
||||
$(".print-this-page").on("click", function (e) {
|
||||
|
||||
Reference in New Issue
Block a user