Reverted auto-remove of name attribute from tabs on submit

This commit is contained in:
Djamil Legato
2016-03-15 10:37:20 -07:00
parent e75bc04799
commit 66c2ef6f75
2 changed files with 1 additions and 8 deletions

View File

@@ -20,13 +20,6 @@ export default class Form {
}
}); */
// clear out any `noform` field from its name
this.form.on('submit', () => {
$('.no-form').attr('name', null);
return true;
});
this._attachShortcuts();
this._attachToggleables();
this._attachDisabledFields();

File diff suppressed because one or more lines are too long