Merge "Set tooltip load timeout later than collapsible navs"

This commit is contained in:
jenkins-bot
2014-02-06 09:11:42 +00:00
committed by Gerrit Code Review

View File

@@ -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 () {