From 585c1ec4b27beb1d54606b8451d60ab56bc11a18 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 19 Apr 2018 17:26:39 +0200 Subject: moebius#84: Fix: The profile - resetting (follow up) https://github.com/MoonchildProductions/moebius/pull/84 --- toolkit/modules/ResetProfile.jsm | 1 - 1 file changed, 1 deletion(-) diff --git a/toolkit/modules/ResetProfile.jsm b/toolkit/modules/ResetProfile.jsm index 0b1faacd0..c1839af4f 100644 --- a/toolkit/modules/ResetProfile.jsm +++ b/toolkit/modules/ResetProfile.jsm @@ -11,7 +11,6 @@ const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components; Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/AppConstants.jsm"); -const MOZ_APP_NAME = AppConstants.MOZ_APP_NAME; // For Basilisk and Pale Moon // Hard-code MOZ_APP_NAME to firefox because of hard-coded type in migrator. const MOZ_APP_NAME = (((AppConstants.MOZ_APP_NAME == "basilisk") -- cgit v1.2.3