2023-05-16 10:47:08 +08:00

7 lines
139 B
JavaScript

$(function()
{
var heightType = $("[name='heightType']:checked").val();
setCardCount(heightType);
handleKanbanWidthAttr();
});