Skip to content

Commit

Permalink
Fixed bad keybinding URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 16, 2014
1 parent b49d036 commit 77b078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/default/html/jsapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Mailpile = {
["normal", "g d", function() { Mailpile.go("/in/drafts/"); }],
["normal", "g c", function() { Mailpile.go("/contacts/"); }],
["normal", "g n c", function() { Mailpile.go("/contacts/add/"); }],
["normal", "g t", function() { Mailpile.go("/tag/list/"); }],
["normal", "g t", function() { Mailpile.go("/tags/"); }],
["normal", "g n t", function() { Mailpile.go("/tag/add/"); }],
["normal", "g s", function() { Mailpile.go("/settings/profiles/"); }],
["normal", "h", function() { Mailpile.go("/help/"); }],
Expand Down

0 comments on commit 77b078c

Please sign in to comment.