aboutsummaryrefslogtreecommitdiffstats
path: root/direct_hb.js
diff options
context:
space:
mode:
Diffstat (limited to 'direct_hb.js')
-rw-r--r--direct_hb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/direct_hb.js b/direct_hb.js
index e8313c5..8624d69 100644
--- a/direct_hb.js
+++ b/direct_hb.js
@@ -180,11 +180,11 @@
xhr.setRequestHeader("Content-Type","application/atom+xml");
xhr.send(request.toString());
}
- liberator.commands.addUserCommand(['hbtags'],"Update HatenaBookmark Tags",
+ commands.addUserCommand(['hbtags'],"Update HatenaBookmark Tags",
getTags,
{}
);
- liberator.commands.addUserCommand(['hb'],"Post to HatenaBookmark",
+ commands.addUserCommand(['hb'],"Post to HatenaBookmark",
function(arg){
try {
var passwordManager = Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);