Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,9 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg


#############
## Products from Jetbrains
#############
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ wizard.on("submit", function(wizard) {
wizard.submitError(); // display the error card
wizard.hideButtons(); // hides the next and back buttons
});
}
});
```
By activating these cards in the ajax request handlers, you can display information relevant to the status of the submit request

Expand Down