From abd130ed64867352646a4d3a41c8a6c80a8a5f15 Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Wed, 5 Feb 2014 17:51:03 +0530 Subject: [PATCH] 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 --- resources/js/ext.uls.interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/ext.uls.interface.js b/resources/js/ext.uls.interface.js index c6b61f27..eea1d082 100644 --- a/resources/js/ext.uls.interface.js +++ b/resources/js/ext.uls.interface.js @@ -289,7 +289,7 @@ window.setTimeout( function () { // Show the tipsy tooltip on page load. showTipsy( 6000 ); - }, 500 ); + }, 700 ); // manually show the tooltip $ulsTrigger.on( 'mouseover', function () {