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

STY: code formatting

parent de9e0036
No related branches found
No related tags found
3 merge requests!36merge f-boot-tour to dev,!31remove xs,!17ENH: allow tour page to be shown on reload
Pipeline #6587 failed
......@@ -376,7 +376,7 @@ var tour = new function () {
}
});
} else {
nb.prop("disabled", true);
nb.toggleClass("invisible", true);
}
var pb = popover.find("button[data-role=prev]")
if (this.get_previous()) {
......@@ -391,7 +391,7 @@ var tour = new function () {
}
});
} else {
pb.prop("disabled", true);
pb.toggleClass("invisible", true);
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment