Skip to content

Commit

Permalink
"Missed case class icon at /history" closed [#128 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 17, 2011
1 parent 9385e00 commit 5ae7c79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/scripts/cotemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,8 @@ $(document).ready(function() {
$('#discussions_header').live('click', function(){
$('#discussions_wrapper').slideToggle(100);
});
});

$(document).ready(function() {
$("img[src$='lib/case class.png']").attr("src", "lib/class.png");
});

0 comments on commit 5ae7c79

Please sign in to comment.