diff --git a/application/core/LsDefaultDataSets.php b/application/core/LsDefaultDataSets.php index b7badae8cf2..20573e43f02 100644 --- a/application/core/LsDefaultDataSets.php +++ b/application/core/LsDefaultDataSets.php @@ -326,7 +326,7 @@ public static function getTutorialData() ."" ."" ."", - '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, )),