Files
EasySoft-ZenTaoPMS/module/execution/js/setkanban.js
2022-09-30 09:08:42 +08:00

7 lines
139 B
JavaScript

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