Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 178: | Rivi 178: | ||
jQuery( '#sub-content-header-container' ).append( out ); | jQuery( '#sub-content-header-container' ).append( out ); | ||
jQuery( '[data-toggle="tooltip"]' ).tooltip( { 'trigger': 'click' } ); | jQuery( '[data-toggle="tooltip"]' ).tooltip( { 'trigger': 'click' } ); | ||
jQuery( '[data-toggle="tooltip"]' ).on( 'show.bs.tooltip', function() { | |||
// Only one tooltip should ever be open at a time | |||
jQuery( '.tooltip' ).not(this).hide(); | |||
}); | |||
} | } | ||
} | } | ||
</script></includeonly> | </script></includeonly> | ||


