Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhall committed Apr 22, 2015
1 parent 42c6b85 commit 965f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ var easycopy = {
var linkData = "";
var password = $(data).find('#password').text();
linkData += $(data).find('#title').text() + ' [password: ' + password + ']\n';
$(data).find('#links_mega a').each(function() { linkData += $(this).attr('href') + '\n' });
$(data).find('#links_mega a').each(function() { linkData += $(this).attr('href') + '\n\n' });
$('#easycopytext').val($('#easycopytext').val() + linkData);
easycopy.dequeue();
},
Expand Down

0 comments on commit 965f4c9

Please sign in to comment.