diff options
Diffstat (limited to 'lib/ui/notification.js')
-rw-r--r-- | lib/ui/notification.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/notification.js b/lib/ui/notification.js index da4b7d5..c49b083 100644 --- a/lib/ui/notification.js +++ b/lib/ui/notification.js @@ -24,7 +24,7 @@ // is running to inform the user it is indeed busy working. const timer = require("sdk/timers"); const self = require("sdk/self"); -const isDisplayNotifications = require("addon_management/prefchange") +const isDisplayNotifications = require("../addon_management/prefchange") .isDisplayNotifications; exports.createCriticalNotification = function (text) { |