diff --git a/public/src/app.js b/public/src/app.js index 07cf75b076..8444211558 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -369,7 +369,7 @@ app.cacheBuster = null; }); - $('#search-form').parent().tooltip({ + $('#search-form').tooltip({ placement: 'bottom', trigger: 'hover', title: $('#search-button i').attr('title'),