Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js |
— | — | @@ -413,6 +413,8 @@ |
414 | 414 | $( '.fbd-response-preview, .fbd-response-submit' ).removeProp( 'disabled' ); |
415 | 415 | $( this ).find( '.fbd-response-form' ).remove(); |
416 | 416 | } |
| 417 | + //remove ConcurrencyToolTip if any |
| 418 | + $( this ).find( '.fbd-tooltip-overlay-wrap').remove(); |
417 | 419 | }); |
418 | 420 | } |
419 | 421 | |