Files
EasySoft-ZenTaoPMS/module/execution/js/setkanban.js
T

6 lines
110 B
JavaScript

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