mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Tooltips
This commit is contained in:
parent
f7f66d4c11
commit
83bb86de06
9 changed files with 61 additions and 87 deletions
|
@ -49,8 +49,12 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
$('#sidebar > a').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$('.customTooltip').tooltipster({
|
||||
contentCloning: true
|
||||
});
|
||||
|
||||
if (!$(this).hasClass("active")) {
|
||||
var lastActive = $(this).closest("#sidebar").children(".active");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue