Index: lib/icon.js |
diff --git a/lib/icon.js b/lib/icon.js |
index 83bfa9c75aed952372908f818e176cf33f7cb34e..6209154d63ab4ee0cce1a8ba57b5cd5ea1179309 100644 |
--- a/lib/icon.js |
+++ b/lib/icon.js |
@@ -24,9 +24,11 @@ let notificationType = null; |
let animationInterval = null; |
let animationStep = 0; |
+exports.basePath = "icons/abp-$size"; |
+ |
function getIconPath(whitelisted) |
{ |
- let filename = "icons/abp-$size"; |
+ let filename = exports.basePath; |
// If the current page is whitelisted, pick an icon that indicates that |
// Adblock Plus is disabled, however not when the notification icon has |