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

s/dactyl.sf.net/5digits.org/g

This commit is contained in:
Kris Maglione
2012-04-05 02:24:12 -04:00
parent 2685ece08f
commit c4f4a30c6f
7 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ var RangeFinder = Module("rangefinder", {
init: function init() {
prefs.safeSet("accessibility.typeaheadfind.autostart", false);
// The above should be sufficient, but: http://dactyl.sf.net/bmo/348187
// The above should be sufficient, but: http://bugzil.la/348187
prefs.safeSet("accessibility.typeaheadfind", false);
},