mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding Split tooltip.
This commit is contained in:
parent
256add051e
commit
41df8a001a
1 changed files with 3 additions and 3 deletions
|
@ -409,9 +409,9 @@
|
|||
gravity: 's',
|
||||
delayIn: 375
|
||||
}).tipsy('enable');
|
||||
$('.NB-narrow .NB-taskbar-button.NB-tipsy').tipsy({
|
||||
gravity: 'n',
|
||||
delayIn: 375,
|
||||
$('.NB-narrow .NB-taskbar-button.NB-tipsy, .NB-task-layout-split').tipsy({
|
||||
gravity: 's',
|
||||
delayIn: 175,
|
||||
title: 'tipsy-title'
|
||||
}).each(function() {
|
||||
$(this).tipsy('enable');
|
||||
|
|
Loading…
Add table
Reference in a new issue