* add Comments

This commit is contained in:
wangzemei
2022-09-30 09:18:47 +08:00
parent 5c579dc137
commit d3ed1bbc4f
+4
View File
@@ -1330,6 +1330,10 @@ function refreshBudgetUnit(data)
}
}
/**
* Handle radio logic of Kanban column width setting.
*/
function handleKanbanWidthAttr ()
{
$('#colWidth, #minColWidth, #maxColWidth').attr('onkeyup', 'value=value.match(/^\\d+$/) ? value : ""');