forked from CGM_Public/pretix_original
First steps towards payment provider selection
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
$(function () {
|
||||
$("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