Skip to content

Commit b5a5cc0

Browse files
committed
OKRS24-206 Added tooltip to the search field.
1 parent 5c48bff commit b5a5cc0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/templates/signals/signals.html

+10
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,16 @@ <h2 class="accordion-header" id="available_geography-heading">
351351
});
352352
});
353353

354+
$(document).ready(function() {
355+
$('#example-search-input').tooltip({
356+
'trigger':'focus',
357+
'placement': 'bottom',
358+
'title': 'Search field is used to search for signals by name and description.'
359+
});
360+
});
361+
362+
363+
354364
</script>
355365

356366
{% endblock %}

0 commit comments

Comments
 (0)