1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-08 00:55:46 +01:00

Restore DownloadPost autocommand.

--HG--
extra : amend_source : 0baac78186f1293afc137b0815669159969fea20
This commit is contained in:
Doug Kearns
2014-02-16 20:28:19 +11:00
parent bb7486da6c
commit 5f8631d493
3 changed files with 1 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ var AutoCmdHive = Class("AutoCmdHive", Contexts.Hive, {
*/
var AutoCommands = Module("autocommands", {
init: function () {
if (config.haveGecko("26"))
if (!config.haveGecko("26"))
delete config.autocommands.DownloadPost; // FIXME
},