mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Remove now unused back button-related feature flag
Bug: T310602 Depends-On: Id23d3ac5e1715387c78916adeb8ca5f675005a5c Change-Id: I2d7219cf8c602effbd3d63267694e380ec8d45d4
This commit is contained in:
parent
b217ee7e3f
commit
d3f2547ac6
|
@ -18,9 +18,6 @@ ve.ui.MWCitationDialog = function VeUiMWCitationDialog( config ) {
|
|||
// Parent constructor
|
||||
ve.ui.MWCitationDialog.super.call( this, config );
|
||||
|
||||
// Override feature set.
|
||||
this.useBackButton = false;
|
||||
|
||||
// Properties
|
||||
this.referenceModel = null;
|
||||
this.referenceNode = null;
|
||||
|
|
Loading…
Reference in a new issue