diff --git a/src/creator.coffee b/src/creator.coffee index af36b39..93834d7 100755 --- a/src/creator.coffee +++ b/src/creator.coffee @@ -194,7 +194,7 @@ Hangman.controller 'HangmanCreatorCtrl', ['$timeout', '$scope', '$sanitize', 'Re $scope.hideCover() $scope.hideCover = -> - $scope.showTitleDialog = $scope.showIntroDialog = false + $scope.showTitleDialog = $scope.showIntroDialog = $scope.questionBankDialog = false $scope.initNewWidget = (widget, baseUrl) -> $scope.$apply -> diff --git a/src/creator.html b/src/creator.html index 82049fc..1b96ccf 100644 --- a/src/creator.html +++ b/src/creator.html @@ -27,7 +27,12 @@
Incorrect guesses per phrase
- -