Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
extra-components-tour.min.js
back
Copy
$(document).ready(function(){n();var t=new Shepherd.Tour({defaultStepOptions:{cancelIcon:{enabled:!0},classes:"tour-container",scrollTo:{behavior:"smooth",block:"center"}}});function n(){window.resizeEvt,576<$(window).width()?$("#tour").on("click",function(){clearTimeout(window.resizeEvt),t.start()}):$("#tour").on("click",function(){clearTimeout(window.resizeEvt),t.cancel(),window.resizeEvt=setTimeout(function(){alert("Tour only works for large screens!")},250)})}t.addStep({title:"Here is page title.",text:"You can omit this section as your requirement.",attachTo:{element:".breadcrumbs-title span",on:"right"},buttons:[{action:function(){return this.cancel()},classes:"btn btn-light-indigo",text:"Exit"},{action:function(){return this.next()},classes:"btn indigo",text:"Next"}],id:"welcome"}),t.addStep({title:"Change Language from here.",text:"We provide four different languages.",attachTo:{element:".dropdown-language .translation-button",on:"bottom"},buttons:[{action:function(){return this.cancel()},classes:"btn btn-light-indigo",text:"Exit"},{action:function(){return this.back()},classes:"btn btn-light-indigo",text:"Back"},{action:function(){return this.next()},classes:"btn indigo",text:"Next"}]}),t.addStep({title:"Favorite Applications.",text:"You can get quick access to your favorite apps.",attachTo:{element:".fixed-action-btn .btn-floating",on:"left"},buttons:[{action:function(){return this.cancel()},classes:"btn btn-light-indigo",text:"Exit"},{action:function(){return this.back()},classes:"btn btn-light-indigo",text:"Back"},{action:function(){return this.next()},classes:"btn indigo",text:"Done"}],modalOverlayOpeningPadding:"10"}),$(window).resize(n)});