diff options
Diffstat (limited to 'readcatlater.js')
-rw-r--r-- | readcatlater.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readcatlater.js b/readcatlater.js index fbb08c4..e93a5fa 100644 --- a/readcatlater.js +++ b/readcatlater.js @@ -278,11 +278,12 @@ let PLUGIN_INFO = args = args.string; var res = addEntry(window.content.document, splitBySpaces(args)); // FIXME if (res) - liberator.echo('"' + title + '" was added'); + liberator.echo('"' + buffer.title + '" was added'); else liberator.echo("this URI already exists!?"); }, - {} + {}, + true ); commands.addUserCommand( |