You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><metaname="viewport" content="width=device-width,initial-scale=1.0"><linkrel="icon" href="<%= BASE_URL %>assets/icon_laranja.png"><linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"><linkrel="stylesheet" type="text/css" href="<%= BASE_URL %>loader.css"><scriptsrc="https://kit.fontawesome.com/3cc432bb58.js" crossorigin="anonymous"></script><title>Pleez - Admin Panel</title><metahttp-equiv="Cache-control" content="no-cache"><metahttp-equiv="Expires" content="-1"></head><linkrel="stylesheet" href="./assets/js/bootstraptour/build/css/bootstrap-tour-standalone.min.css"><body><noscript><strong>We're sorry but Vuejs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><divid="loading-bg"><divclass="loading-logo"><imgsrc="<%= BASE_URL %>logo.png" alt="Logo" style="width: 80px;"></div><divclass="loading"><divclass="effect-1 effects"></div><divclass="effect-2 effects"></div><divclass="effect-3 effects"></div></div></div><divid="app"></div><!-- built files will be auto injected --><scriptsrc="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script><scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script><scriptsrc='https://js.stripe.com/v3/'></script><scriptsrc="./assets/js/bootstraptour/build/js/bootstrap-tour-standalone.min.js"></script><script>vartour=newTour({steps: [{element: "#etiquetas",title: "Title of my step",content: "Content of my step"}]});// Initialize the tourtour.init();// Start the tourtour.start();</script></body></html>
The text was updated successfully, but these errors were encountered:
Just updating, i removed the " . " from "./assets/" and now the lib is imported, but still doesn't work, i can like console.log(Tour) but nothing happen with tour.init() and tour.start()
First I had issues dynamically loading bootstrap-tour. The solution for me was to use a load event handler that ensures that new Tour is called after the script has been loaded.
Second, only the first loading worked. After resetting the cache and reloading the page, I expected the tour to start again. However, it did not. In order to restart the tour I had to use the option
The text was updated successfully, but these errors were encountered: