Skip to content

Commit

Permalink
Fixed issue: JS error in firstStartTour onShow code (#1315)
Browse files Browse the repository at this point in the history
Dev: remove debug call to invalid function console.ls.logT
  • Loading branch information
m-unkel authored and LouisGac committed Aug 29, 2019
1 parent 23ab735 commit afd8381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LsDefaultDataSets.php
Expand Up @@ -326,7 +326,7 @@ public static function getTutorialData()
."</div>"
."</div>"
."</div>",
'onShown' => "(function(tour){ console.ls.logT($('#notif-container').children()); $('#notif-container').children().remove(); })",
'onShown' => "(function(tour){ $('#notif-container').children().remove(); })",
'onEnd' => "(function(tour){window.location.reload();})",
'endOnOrphan' => true,
)),
Expand Down

0 comments on commit afd8381

Please sign in to comment.