Corrected backend secretaries "cancel" button event typo.
This commit is contained in:
parent
866308c21a
commit
5a022bb23d
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
*
|
||||
* Cancel add or edit of an secretary record.
|
||||
*/
|
||||
$('#secretaries').on('Click', '#cancel-secretary', function() {
|
||||
$('#secretaries').on('click', '#cancel-secretary', function() {
|
||||
var id = $('#secretary-id').val();
|
||||
this.resetForm();
|
||||
if (id != '') {
|
||||
|
|
Loading…
Reference in a new issue