Set tooltip load timeout later than collapsible navs

Load tooltip at 700ms on page load to give enough time for collapsible
navigation to finish altering sidebar layout.

Bug: 51170
Change-Id: I8c7666a51ffe68007c4aadb4e72aa668d0fe6164
This commit is contained in:
Kartik Mistry
2014-02-05 17:51:03 +05:30
committed by Nikerabbit
parent 35ced612e1
commit abd130ed64

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