mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Revert "Rebuild Snowboard"
This reverts commit ba986fa923724f9d1c961a7541a588d9e120b36e.
This commit is contained in:
parent
ba986fa923
commit
4085a734b6
File diff suppressed because one or more lines are too long
@ -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
Loading…
x
Reference in New Issue
Block a user