Changeset 37346
- Timestamp:
- 05/04/10 12:43:04 (3 years ago)
- Files:
-
- 1 modified
-
lang/javascript/vimperator-plugins/trunk/bitly.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/bitly.js
r37345 r37346 139 139 'Copy ' + domain + ' url', 140 140 function (args) { 141 shorten(args.literalArg || buffer.URL, domain, function (short) { 141 let url = util.stringToURLArray(args.literalArg)[0]; 142 143 shorten(url || buffer.URL, domain, function (short) { 142 144 util.copyToClipboard(short); 143 145 liberator.echo('`' + short + "' was copied to clipboard.");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)