diff --git a/.gitignore b/.gitignore index b9d6bd9..2fef791 100644 --- a/.gitignore +++ b/.gitignore @@ -213,3 +213,9 @@ pip-log.txt #Mr Developer .mr.developer.cfg + + +############# +## Products from Jetbrains +############# +.idea \ No newline at end of file diff --git a/README.md b/README.md index a4dd90e..93eb32c 100644 --- a/README.md +++ b/README.md @@ -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