Skip to content

Commit

Permalink
Fixed issue #12883: Tour slightly fragile
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 22, 2017
1 parent 38b401e commit c004993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Tutorials.php
Expand Up @@ -48,7 +48,7 @@ private function _generatePreBuiltPackage() {
.gT("From left to right it should be 'Create survey', 'List surveys' and 'Global settings'. Best we start by creating a survey.")
.'<p class="alert bg-warning">'.gT("Click on the 'Create survey' box - or 'Next' in this tutorial").'</p>',
'reflex' => '.selector__lstour--createsurvey',
'redirect' => false,
'redirect' => true,
'onShow' => "(function(){ $('#welcomeModal').modal('hide'); })"
),
array( //3
Expand Down

0 comments on commit c004993

Please sign in to comment.