1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

Fix ill-conceived and confusing naming issue.

This commit is contained in:
Kris Maglione
2011-02-20 17:17:35 -05:00
parent deccf88dd0
commit e084c7488f
3 changed files with 3 additions and 4 deletions

View File

@@ -807,7 +807,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
'\n</overlay>'];
addTags("index", util.httpGet("dactyl://help-overlay/index").responseXML);
addTags("index", util.httpGet("dactyl://help/index").responseXML);
this.helpInitialized = true;
}