mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 02:14:12 +01:00
Bump minVersion to the latest ESR of 31.
Remove some version specific code that is no longer applicable. --HG-- extra : amend_source : 803a60c3f5578a56a6832bd2dba9cce07784b873
This commit is contained in:
@@ -48,9 +48,6 @@ var ConfigBase = Class("ConfigBase", {
|
||||
* initialization code. Must call superclass's init function.
|
||||
*/
|
||||
init: function init() {
|
||||
if (!config.haveGecko("26"))
|
||||
this.modules.global = this.modules.global.filter(m => m != "downloads"); // FIXME
|
||||
|
||||
this.loadConfig();
|
||||
|
||||
util.trapErrors(() => {
|
||||
|
||||
Reference in New Issue
Block a user