CC-3616 : ShowBuilder-> A tooltip remains in the Showbuilder frame permanently

This commit is contained in:
Naomi Aro 2012-04-25 15:52:11 +02:00
parent 9b4c3efe8e
commit 7e0e631740
1 changed files with 3 additions and 0 deletions

View File

@ -420,6 +420,9 @@ var AIRTIME = (function(AIRTIME){
//remove any selected nodes before the draw.
"fnPreDrawCallback": function( oSettings ) {
//make sure any dragging helpers are removed or else they'll be stranded on the screen.
$("#draggingContainer").remove();
//disable jump to current button.
AIRTIME.button.disableButton("sb-button-delete");
//disable jump to current button.