From 0d8cb72fe937474bc823744cd4ecf8d90cd89a6a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 7 Jan 2013 16:46:25 -0500 Subject: [PATCH] Do not disable or enable the tooltip at this point, as the enclosing functions are called in situation where no tooltip has been initialized --- js/makegrid.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/makegrid.js b/js/makegrid.js index c11365f312..c8e08f8df5 100644 --- a/js/makegrid.js +++ b/js/makegrid.js @@ -127,7 +127,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi objTop: objPos.top, objLeft: objPos.left }; - $(t).find('th.draggable').tooltip('disable'); $('body').css('cursor', 'move'); $('body').noSelect(); @@ -227,7 +226,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi } $('body').css('cursor', 'inherit'); $('body').noSelect(false); - $(t).find('th.draggable').tooltip('enable'); }, /**