Skip to content

Commit

Permalink
Fixed issue: Tooltips are not showing in hosting top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Jan 2, 2020
1 parent 8367889 commit 7203a0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/views/admin/super/adminmenu.php
Expand Up @@ -178,3 +178,9 @@
</ul>
</div><!-- /.nav-collapse -->
</nav>
<script type="text/javascript">
//show tooltips
$('body').tooltip({
selector: '[data-toggle="tooltip"]'
});
</script>

0 comments on commit 7203a0d

Please sign in to comment.