]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/modules/finder.jsm
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / common / modules / finder.jsm
index 2696630422d24a1d0309d5eb8a36e06fb4cd5bb8..bde3f4293ff777681cb6b34a0e683b354a4e1049 100644 (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);
     },