Skip to content

Commit

Permalink
Fixed issue #13787: tutorial "beginner tour" breaks off
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jun 27, 2018
1 parent c868ada commit ab761df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LsDefaultDataSets.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public static function getTutorialEntryData()
.gT("This type of question allows you to add multiple subquestions and a set of answers.")
.'<p class="alert bg-warning">'.gT("Please select the 'Array'-type.").'</p>',
'settings' => json_encode(array(
'element' => '#question_type_button',
'element' => '#trigger_questionTypeSelector_button',
'path' => ['/admin/survey/sa/view', ['surveyid' => '[0-9]{4,25}', 'gid' => '[0-9]{1,25}', 'qid' => '[0-9]{4,25}']],
'placement' => 'left',
'redirect' => false,
Expand Down

0 comments on commit ab761df

Please sign in to comment.