Navigation Menu

Skip to content

Commit

Permalink
Item13364: Add a note about active wizards
Browse files Browse the repository at this point in the history
The dialog doesn't tell users that they need to wait.
  • Loading branch information
gac410 committed Apr 10, 2015
1 parent 8e2f345 commit 5e834c2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -328,7 +328,8 @@ function _id_ify(id) {
var $dlg = $('#hogwarts');
var $div = $('<div class="wiz"></div>');
$div.addClass(id);
$div.text((params.wizard ? params.wizard + " " : '')
$div.html( '<b>The following Wizard is running, Please wait:</b><br/>');
$div.append((params.wizard ? params.wizard + " " : '')
+ params.method + " ");
inline_whirly($div);
$dlg.append($div);
Expand Down

0 comments on commit 5e834c2

Please sign in to comment.