Skip to content

Commit

Permalink
Bug 28
Browse files Browse the repository at this point in the history
git-svn-id: https://plugins.svn.wordpress.org/papercite/trunk@386517 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
bpiwowar committed May 19, 2011
1 parent 4a01be4 commit 3731db3
Show file tree
Hide file tree
Showing 11 changed files with 2,550 additions and 25 deletions.
2 changes: 1 addition & 1 deletion js/papercite.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var $j = jQuery.noConflict();
$j(document).ready(function() {
// Toggle Single Bibtex entry
$j('a.papercite_toggle').click(function() {
$j( "#" + $j(this).attr("ref") ).toggle();
$j( "#" + $j(this).attr("id") + "_block" ).toggle();
return false;
});
});
Expand Down
Loading

0 comments on commit 3731db3

Please sign in to comment.