From c7df8e9158b192989b340fd8285bdf48b995a5b0 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 7 Jul 2019 19:24:21 +0200 Subject: [PATCH] fix introJs --- app/dashboard/templates/dashboard/index.html | 2 +- templates/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@