mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
clear unused variable
This commit is contained in:
parent
b672d85405
commit
a5a24c7610
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
error.statusText);
|
||||
}
|
||||
})
|
||||
.on('submit', function(ev) {
|
||||
.on('submit', function() {
|
||||
form.clearFormErrors();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue