Revert "Rebuild Snowboard"

This reverts commit ba986fa923724f9d1c961a7541a588d9e120b36e.
This commit is contained in:
Ben Thomson 2022-06-25 11:17:10 +08:00
parent ba986fa923
commit 4085a734b6
6 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -686,6 +686,9 @@ class Request extends Snowboard.PluginBase {
get form() {
if (this.options.form) {
if (typeof this.options.form === 'string') {
return document.querySelector(this.options.form);
}
return this.options.form;
}
if (!this.element) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long