mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 12:05:46 +01:00
Restore DownloadPost autocommand.
--HG-- extra : amend_source : 0baac78186f1293afc137b0815669159969fea20
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
@@ -576,12 +576,8 @@
|
||||
<tags>'dls' 'dlsort' 'downloadsort'</tags>
|
||||
<spec>'downloadsort' 'dlsort' 'dls'</spec>
|
||||
<strut/>
|
||||
<!--
|
||||
<type>&option.downloadsort.type;</type>
|
||||
<default>&option.downloadsort.default;</default>
|
||||
-->
|
||||
<type>stringlist</type>
|
||||
<default>-active,+filename</default>
|
||||
<description>
|
||||
<p>
|
||||
<ex>:downloads</ex> sort order, in order of precedence.
|
||||
|
||||
Reference in New Issue
Block a user