* Remove useless codes.
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
function onParentChange(event)
|
||||
{
|
||||
const parentID = $(event.target).val();
|
||||
const url = $.createLink('program', 'create', parentID ? ('parentProgramID=' + parentID) : '');
|
||||
loadPage(url, '#budgetRow>*, #acl');
|
||||
}
|
||||
|
||||
window.onFutureChange = (event) =>
|
||||
{
|
||||
let checked = $(event.target).prop('checked');
|
||||
|
||||
Reference in New Issue
Block a user