Do not disable or enable the tooltip at this point, as the enclosing functions are called in situation where no tooltip has been initialized

This commit is contained in:
Marc Delisle 2013-01-07 16:46:25 -05:00
parent 8df91626c8
commit 0d8cb72fe9

View File

@ -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');
},
/**