From 3acca7cdf54bbbb941193d3e8eb74ad98f1497d5 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 10 Jul 2014 21:37:07 +0100 Subject: [PATCH] Fix cite/template dialogs I1a7fc7f2 broke cite/template dialog - onDescriptionClick is not defined. I can't find it anywhere in the VE-MW or OOUI source. Before my change, it was simply a no-op. But now we try to bind it in a way that breaks everything. This commit just removes that line since it was apparently not doing anything. Bug: 67814 Change-Id: I0b9c3318b3de8530e0ba9e355cd73eb7f70a6b5a --- modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js b/modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js index 83c45cd752..22b18bbcc0 100644 --- a/modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js +++ b/modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js @@ -85,7 +85,6 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config ) // Events this.$label.on( 'click', this.onLabelClick.bind( this ) ); - this.$description.on( 'click', this.onDescriptionClick.bind( this ) ); // Initialization this.$info