forked from CGM_Public/pretix_original
Use <details> und <summary> instead of panel-collapse
This commit is contained in:
@@ -97,6 +97,8 @@ var form_handlers = function (el) {
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
||||
$("body").removeClass("nojs");
|
||||
|
||||
$("input[data-toggle=radiocollapse]").change(function () {
|
||||
$($(this).attr("data-parent")).find(".collapse.in").collapse('hide');
|
||||
$($(this).attr("data-target")).collapse('show');
|
||||
|
||||
Reference in New Issue
Block a user