summaryrefslogtreecommitdiff
path: root/toolkit/content/aboutSupport.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/aboutSupport.js')
-rw-r--r--toolkit/content/aboutSupport.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/content/aboutSupport.js b/toolkit/content/aboutSupport.js
index f5fb31c1b..1ae6a4917 100644
--- a/toolkit/content/aboutSupport.js
+++ b/toolkit/content/aboutSupport.js
@@ -643,10 +643,12 @@ function safeModeRestart() {
* Set up event listeners for buttons.
*/
function setupEventListeners(){
+#ifdef MOZ_UPDATER
$("show-update-history-button").addEventListener("click", function (event) {
var prompter = Cc["@mozilla.org/updates/update-prompt;1"].createInstance(Ci.nsIUpdatePrompt);
prompter.showUpdateHistory(window);
});
+#endif
$("reset-box-button").addEventListener("click", function (event){
ResetProfile.openConfirmationDialog(window);
});