From c7d9c551f6d715f7f2f6093d37d8d1dea621e84a Mon Sep 17 00:00:00 2001 From: tobiasoberrauch Date: Fri, 27 Jun 2014 13:32:04 +0200 Subject: [PATCH 1/2] Add missing closing bracket and semicolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2ceb546752e742c79b0759fb91b394cc23e0ba49 Mon Sep 17 00:00:00 2001 From: tobiasoberrauch Date: Fri, 27 Jun 2014 13:32:23 +0200 Subject: [PATCH 2/2] Add .idea directory to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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