Merge "Set tooltip load timeout later than collapsible navs"
This commit is contained in:
@@ -289,7 +289,7 @@
|
|||||||
window.setTimeout( function () {
|
window.setTimeout( function () {
|
||||||
// Show the tipsy tooltip on page load.
|
// Show the tipsy tooltip on page load.
|
||||||
showTipsy( 6000 );
|
showTipsy( 6000 );
|
||||||
}, 500 );
|
}, 700 );
|
||||||
|
|
||||||
// manually show the tooltip
|
// manually show the tooltip
|
||||||
$ulsTrigger.on( 'mouseover', function () {
|
$ulsTrigger.on( 'mouseover', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user