Skip to content

Commit

Permalink
updated command to "rinboard" to avoid conflict with "pintab" pentada…
Browse files Browse the repository at this point in the history
…ctyl command
  • Loading branch information
granin committed Jan 9, 2012
1 parent 2ab1d02 commit ef53bfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pinboard.js
Expand Up @@ -23,8 +23,7 @@
dactyl.log('Error opening ' + url + ': ' + e, 1);
}
}

commands.addUserCommand(['pin[board]'], 'Bookmark page at pinboard.in', function(args) {
group.commands.add(['rin[board]'], 'Bookmark page at pinboard.in', function(args) {
var url = buffer.URL;
var description = args['-description'] || buffer.title || url;
var note = args['-note'] || String(window.content.getSelection());
Expand Down

0 comments on commit ef53bfd

Please sign in to comment.