From f0690343475d5fd913985611618c4f88f66fc8e0 Mon Sep 17 00:00:00 2001 From: Mike Conley Date: Mon, 20 May 2013 15:45:48 -0400 Subject: [PATCH] Bug 870879 - Follow-up that fixes the resetButton getter so that it uses the right element ID. r=trivial. --- browser/components/customizableui/src/CustomizeMode.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/customizableui/src/CustomizeMode.jsm b/browser/components/customizableui/src/CustomizeMode.jsm index 8f8320da474..0eb66d09214 100644 --- a/browser/components/customizableui/src/CustomizeMode.jsm +++ b/browser/components/customizableui/src/CustomizeMode.jsm @@ -52,7 +52,7 @@ CustomizeMode.prototype = { _customizing: false, get resetButton() { - return this.document.getElementById("customization-restore-button"); + return this.document.getElementById("customization-reset-button"); }, init: function() {