add help tooltip

This commit is contained in:
Ibnu Maksum
2024-06-19 09:55:56 +07:00
parent ba612f0a25
commit ccd052ec6b
5 changed files with 121 additions and 31 deletions

View File

@ -90,6 +90,7 @@
$(function() {
$('[data-toggle="tooltip"]').tooltip()
})
$("[data-toggle=popover]").popover();
</script>
{/literal}