Skip to content
Snippets Groups Projects
Verified Commit 6f71c95f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Revert "fix tour load first page"

This reverts commit 6fe46b68.
parent 6fe46b68
No related branches found
No related tags found
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #6894 passed with warnings
......@@ -686,6 +686,10 @@ var tour = new function () {
if (! target[0]) {
return; // element to attach to not available; can't open
}
if (this.get_next()) {
logger.debug(`Set next page in session store to `, this.get_next().config.id);
sessionStorage["tour-page-open-next"] = this.get_next().config.id
}
target.on('hidden.bs.popover', (e) => {
button[0].dispatchEvent(tour.close_page_event);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment