mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Merge "Fix attachment of toolbar dialogs"
This commit is contained in:
commit
8c9ec66df3
|
@ -128,7 +128,7 @@ CommentTarget.prototype.attachToolbar = function () {
|
|||
this.replyWidget.$headerWrapper.append(
|
||||
this.getToolbar().$element.append( this.replyWidget.modeTabSelect ? this.replyWidget.modeTabSelect.$element : null )
|
||||
);
|
||||
this.getToolbar().$element.prepend( this.getSurface().getToolbarDialogs().$element );
|
||||
this.getToolbar().$element.prepend( this.getSurface().getToolbarDialogs( 'above' ).$element );
|
||||
};
|
||||
|
||||
CommentTarget.prototype.getSurfaceConfig = function ( config ) {
|
||||
|
|
Loading…
Reference in a new issue