Private GIT

Skip to content
Snippets Groups Projects
Commit 84aa1646 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Tweaked the coming ep tooltip so that it shows on hover as well now. Hopefully...

Tweaked the coming ep tooltip so that it shows on hover as well now. Hopefully will please everyone. Toggle's tooltip state on click as well.
parent 266cc086
Branches
Tags
No related merge requests found
......@@ -19,8 +19,8 @@ $(function(){
viewport: $(window),
adjust: { screen: true }
},
show: { event: 'click', solo: true },
hide: 'unfocus',
show: { event: 'click mouseenter', solo: true },
hide: 'click unfocus',
style: { classes: 'ui-tooltip-rounded ui-tooltip-shadow ui-tooltip-sb' }
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment