mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 00:15:45 +01:00
Update downloads.jsm to use Downloads.jsm rather than defunct downloads service.
This commit is contained in:
@@ -45,7 +45,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
* initialization code. Must call superclass's init function.
|
||||
*/
|
||||
init: function init() {
|
||||
if (config.haveGecko("26"))
|
||||
if (!config.haveGecko("26"))
|
||||
this.modules.global = this.modules.global.filter(m => m != "downloads"); // FIXME
|
||||
|
||||
this.loadConfig();
|
||||
|
||||
Reference in New Issue
Block a user