datatracker/static/js/history.js
Ole Laursen 04bce10521 Add History tab at /wg/[acronym]/ page, move group history entries
from charter to this page
 - Legacy-Id: 3818
2012-01-17 16:10:14 +00:00

6 lines
171 B
JavaScript

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