From d3f2547ac64dbd4156a6718d67e05128ae29c011 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Wed, 15 Jun 2022 14:33:34 +0200 Subject: [PATCH] Remove now unused back button-related feature flag Bug: T310602 Depends-On: Id23d3ac5e1715387c78916adeb8ca5f675005a5c Change-Id: I2d7219cf8c602effbd3d63267694e380ec8d45d4 --- modules/ve-cite/ve.ui.MWCitationDialog.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ve-cite/ve.ui.MWCitationDialog.js b/modules/ve-cite/ve.ui.MWCitationDialog.js index 107077cbf..03536a79a 100644 --- a/modules/ve-cite/ve.ui.MWCitationDialog.js +++ b/modules/ve-cite/ve.ui.MWCitationDialog.js @@ -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;