aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitly.js')
-rw-r--r--bitly.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitly.js b/bitly.js
index 08d004c..3cf9cb1 100644
--- a/bitly.js
+++ b/bitly.js
@@ -25,7 +25,6 @@
return !callback && req.responseText;
}
- // commands.removeUserCommand('bitly');
commands.addUserCommand(
['bitly'],
'Copy bitly url',
@@ -35,7 +34,8 @@
util.copyToClipboard(short);
liberator.echo('`' + short + "' was copied to clipboard.");
});
- }
+ },
+ true
);
// 外から使えるように