Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 24, 2023
1 parent 2341937 commit ead6ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/netteForms.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
/**
* Process all toggles in form.
*/
Nette.toggleForm = function(form, event) {
Nette.toggleForm = function(form, event)
var i;
formToggles = {};
for (i = 0; i < form.elements.length; i++) {
Expand Down

0 comments on commit ead6ed0

Please sign in to comment.