r108578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108577‎ | r108578 | r108579 >
Date:00:44, 11 January 2012
Author:rmoen
Status:ok
Tags:
Comment:
find and remove item concurrecny tooltip when closing feedback response form
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js
@@ -413,6 +413,8 @@
414414 $( '.fbd-response-preview, .fbd-response-submit' ).removeProp( 'disabled' );
415415 $( this ).find( '.fbd-response-form' ).remove();
416416 }
 417+ //remove ConcurrencyToolTip if any
 418+ $( this ).find( '.fbd-tooltip-overlay-wrap').remove();
417419 });
418420 }
419421

Status & tagging log