Skip to content

Commit 36a6234

Browse files
authored
Merge pull request #130 from cmu-delphi/OKRS24-206
OKRS24-206
2 parents 47ac730 + b5a5cc0 commit 36a6234

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
@@ -373,6 +373,16 @@ <h2 class="accordion-header">
373373
});
374374
});
375375

376+
$(document).ready(function() {
377+
$('#example-search-input').tooltip({
378+
'trigger':'focus',
379+
'placement': 'bottom',
380+
'title': 'Search field is used to search for signals by name and description.'
381+
});
382+
});
383+
384+
385+
376386
</script>
377387

378388
{% endblock %}

0 commit comments

Comments
 (0)