datatracker/static/js/history.js
2012-03-20 18:22:14 +00:00

6 lines
173 B
JavaScript

jQuery(function () {
jQuery("table.history .snippet .showAll").click(function () {
jQuery(this).parents(".snippet").hide().siblings(".full").show();
});
});