%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/assets/c58e7eda/js/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/assets/c58e7eda/js/humhub.tour.min.js |
humhub.module("tour",function(module,requrie,$){var client=requrie("client");var tourOptions;var completedUrl;var nextUrl;var start=function(options){new Tour({storage:false,template:module.config.template,steps:options.steps,framework:"bootstrap3",name:options.name,sanitizeWhitelist:{a:["data-action-click"]},onEnd:tourCompleted}).start();tourOptions=options;completedUrl=options.completedUrl;nextUrl=options.nextUrl};function tourCompleted(next){client.post(module.config.completedUrl,{data:{section:tourOptions.name}}).then(function(){$("#interface_entry").addClass("completed");if(next===true&&nextUrl){window.location.href=nextUrl}else{window.location.href=module.config.dashboardUrl}})}var next=function(){tourCompleted(true)};module.export({start:start,next:next})});