7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
$(function()
|
|
{
|
|
var heightType = $("[name='heightType']:checked").val();
|
|
setCardCount(heightType);
|
|
handleKanbanWidthAttr();
|
|
});
|