mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: form wrapper loaded class
This commit is contained in:
parent
683b80093d
commit
ee5558e6ee
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
|
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
|
||||||
"version": "5.1.9",
|
"version": "5.2.0",
|
||||||
"description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
"description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
|
||||||
"author": "Tony Air <tony@twma.pro>",
|
"author": "Tony Air <tony@twma.pro>",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
|
@ -19,6 +19,8 @@ const submitForm = (e) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
data.append('ajax', '1')
|
data.append('ajax', '1')
|
||||||
|
|
||||||
|
form.parentElement.classList.remove('loaded')
|
||||||
form.parentElement.classList.add('loading')
|
form.parentElement.classList.add('loading')
|
||||||
|
|
||||||
fetch(form.action, {
|
fetch(form.action, {
|
||||||
|
Loading…
Reference in New Issue
Block a user