|
|
@ -4,7 +4,7 @@ function show_help(help_tip)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var tour = new Tour();
|
|
|
|
var tour = new Tour();
|
|
|
|
tour.addStep({
|
|
|
|
tour.addStep({
|
|
|
|
element: ".span10:first", /* html element next to which the step popover should be shown */
|
|
|
|
element: ".dashboard-avatar:first", /* html element next to which the step popover should be shown */
|
|
|
|
placement: "top",
|
|
|
|
placement: "top",
|
|
|
|
title: "Custom Tour", /* title of the popover */
|
|
|
|
title: "Custom Tour", /* title of the popover */
|
|
|
|
content: "You can create tour like this. Click Next." /* content of the popover */
|
|
|
|
content: "You can create tour like this. Click Next." /* content of the popover */
|
|
|
@ -20,7 +20,8 @@ function show_help(help_tip)
|
|
|
|
title: "Dashboard",
|
|
|
|
title: "Dashboard",
|
|
|
|
content: "This is your dashboard from here you will find highlights."
|
|
|
|
content: "This is your dashboard from here you will find highlights."
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
tour.restart();
|
|
|
|
tour.restart();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|