Remove unused function
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
1c12976e07
commit
fb6a8f9bea
@ -975,20 +975,6 @@ function unMarkAllRows(container_id)
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks/unchecks all checkbox in given container (f.e. a form, fieldset or div)
|
||||
*
|
||||
* @param string container_id the container id
|
||||
* @param boolean state new value for checkbox (true or false)
|
||||
* @return boolean always true
|
||||
*/
|
||||
function setCheckboxes(container_id, state)
|
||||
{
|
||||
|
||||
$("#" + container_id).find("input:checkbox").prop('checked', state);
|
||||
return true;
|
||||
} // end of the 'setCheckboxes()' function
|
||||
|
||||
/**
|
||||
* Checks/unchecks all options of a <select> element
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user