diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 96fba4c3..d30c3907 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -208,7 +208,7 @@ var introShown = localStorage.getItem("introShown"); if ("yes" !== introShown) { - intro().start(); + introJs().start(); localStorage.setItem("introShown", "yes") } diff --git a/templates/header.html b/templates/header.html index 3f0acb11..5df2bf6f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -70,7 +70,7 @@