Skip to content

Commit

Permalink
Display one popover at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Sep 13, 2023
1 parent 0972c7f commit fae58b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jQuery( document ).ready(
var popoverContent = wrapper.data( 'popover-content' );
var item = window.tour[ tourName ][ nextItem ];
jQuery( '.pulse-wrapper' ).removeClass( 'pulse-border' );
jQuery( '.webui-popover:visible' ).hide();
wrapper.addClass( 'pulse-border' );

if ( tourEndsHere ) {
Expand Down

0 comments on commit fae58b0

Please sign in to comment.