mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 06:16:56 +02:00
Reverted auto-remove of name attribute from tabs on submit
This commit is contained in:
@@ -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();
|
||||
|
||||
2
themes/grav/js/admin.min.js
vendored
2
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user