dwb: Rollback fix on path for Adblock

Path with '~' is necessary to prevent dwb resetting config to absolute path on each startup.
master
Pierre Neidhardt 2014-09-12 09:13:34 +02:00
parent a1533d3fea
commit c8b8b373d7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ scUpdate : null,
cmdUpdate : "adblock_update",
// Path to the filterlist directory, will be created if it doesn't exist.
filterListDir : data.configDir + "/adblock_lists"
filterListDir : "~/.config/dwb/adblock_lists"
//>adblock_subscriptions___CONFIG
});
//>adblock_subscriptions___SCRIPT