| Index: lib/init.js |
| =================================================================== |
| --- a/lib/init.js |
| +++ b/lib/init.js |
| @@ -26,7 +26,7 @@ |
| if (prefsInitDone && filtersInitDone) |
| { |
| checkInitialized = function() {}; |
| - _triggerEvent("init", require("filterStorage").FilterStorage.firstRun); |
| + _triggerEvent("init", (!!firstRunDisabled ? false : require("filterStorage").FilterStorage.firstRun)); |
|
Eric
2015/05/15 19:36:13
I don't think this works correctly, or if it does,
Felix Dahlke
2015/05/28 20:42:56
Yes, I'm afraid we'll have to respect the suppress
|
| } |
| } |