From 82ab6cd3b11ebaf06fba754ab2f67eea1dac965b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 22 Sep 2020 19:25:56 -0400 Subject: [PATCH] fix: tooltip placement on navbar search --- public/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),