Skip to content

Commit

Permalink
Merge pull request #1095 from texpert/bump-introjs-to-7-2-0
Browse files Browse the repository at this point in the history
Bump IntroJS to 7.2.0
  • Loading branch information
texpert authored Aug 29, 2024
2 parents 2fabfdd + 26e59a9 commit feacd1f
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 1,330 deletions.
5 changes: 3 additions & 2 deletions app/assets/javascripts/camaleon_cms/admin/_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function init_intro(){
exitOnOverlayClick: false,
showStepNumbers: false,
showBullets: false,
disableInteraction: true
disableInteraction: true,
buttonClass: 'btn'
}).oncomplete(finish).onexit(finish).onbeforechange(function(ele) {
if($(ele).hasClass("treeview") && !$(ele).hasClass("active")) $(ele).children("a").click();
if($(ele).is("li")){
Expand Down Expand Up @@ -88,4 +89,4 @@ function modal_fix_multiple(){
activeModal.enforceFocus();
activeModal.handleUpdate();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

//= require camaleon_cms/admin/_libraries
//= require camaleon_cms/admin/_actions
//= require camaleon_cms/admin/introjs/_intro.min
//= require camaleon_cms/admin/introjs/intro.min

// uploader
//= require camaleon_cms/admin/uploader/uploader_manifest
Expand Down
Loading

0 comments on commit feacd1f

Please sign in to comment.