Skip to content

Commit

Permalink
Fixed voting on newly loaded links
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhall committed Apr 21, 2015
1 parent 89c36b8 commit 2f9271d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @include https://soitgo.es/
// @include https://soitgo.es/?*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// @version 1.1.2
// @version 1.1.3
// ==/UserScript==
$(document).ready(function()
{
Expand Down Expand Up @@ -45,6 +45,7 @@ var easycopy = {
{
$(this).append(' <span class="easycopy"><a href="#" class="ezc-links">x</a> <a href="#" class="ezc-thumbs">+</a></span>');
$(this).find('.ezc-links').click(easycopy.handleClick);
$(this).find('.ezc-thumbs').click(easycopy.thumbsClick);
});
}
});
Expand Down

0 comments on commit 2f9271d

Please sign in to comment.