mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Merge "Fix tipsy bug, part 2"
This commit is contained in:
commit
ea5b135d80
|
@ -345,11 +345,13 @@
|
|||
buttons.$reuse.removeClass( 'open' );
|
||||
} );
|
||||
|
||||
this.readyToShowFeedbackTooltip = false;
|
||||
this.setTimer( 'feedbackTooltip.show', function () {
|
||||
this.readyToShowFeedbackTooltip = true;
|
||||
this.maybeDisplayTooltip();
|
||||
}, this.feedbackSettings.tooltipDelay * 1000 );
|
||||
if ( this.shouldShowFeedbackSurvey() ) {
|
||||
this.readyToShowFeedbackTooltip = false;
|
||||
this.setTimer( 'feedbackTooltip.show', function () {
|
||||
this.readyToShowFeedbackTooltip = true;
|
||||
this.maybeDisplayTooltip();
|
||||
}, this.feedbackSettings.tooltipDelay * 1000 );
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue