fix: tooltip placement on navbar search

v1.18.x
psychobunny 4 years ago
parent 5407bf48e5
commit 82ab6cd3b1

@ -369,7 +369,7 @@ app.cacheBuster = null;
}); });
$('#search-form').parent().tooltip({ $('#search-form').tooltip({
placement: 'bottom', placement: 'bottom',
trigger: 'hover', trigger: 'hover',
title: $('#search-button i').attr('title'), title: $('#search-button i').attr('title'),

Loading…
Cancel
Save