diff --git a/public/js/vroom.js b/public/js/vroom.js index 85b2d59..2756fbe 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -8,7 +8,7 @@ Daniel Berteaud // Default notifications $.notify.defaults( { globalPosition: 'bottom left' } ); // Enable tooltip on required elements -$('.help').tooltip({container: 'body'}); +$('.help').tooltip({container: 'body', trigger: 'hover'}); $('.modal').on('show.bs.modal', function(){ $('.help').tooltip('hide'); });