summaryrefslogtreecommitdiff
path: root/common/content/browser.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-10-11 15:34:51 -0400
committerKris Maglione <maglione.k@gmail.com>2010-10-11 15:34:51 -0400
commitf4ddaafb9e4deec57817ffdfc71e8b80f821f206 (patch)
tree791d115ab6cda16c0e20163f990691b75de20360 /common/content/browser.js
parent577b8e36391a7eb74a0cf9e2b760cdf3946372b9 (diff)
downloadpentadactyl-f4ddaafb9e4deec57817ffdfc71e8b80f821f206.tar.gz
Fix n_~. Closes issue #68.
Diffstat (limited to 'common/content/browser.js')
-rw-r--r--common/content/browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/browser.js b/common/content/browser.js
index cd5f6a72..f854bcaa 100644
--- a/common/content/browser.js
+++ b/common/content/browser.js
@@ -94,7 +94,7 @@ const Browser = Module("browser", {
mappings.add([modes.NORMAL], ["~"],
"Open home directory",
- function () { dactyl.open("~"); });
+ function () { dactyl.open("~/"); });
mappings.add([modes.NORMAL], ["gh"],
"Open homepage",