Moved from VersionedMaterials to SessionPresentation for the through table name Added the abstract and most recent presentation to the documents on the group materials page Working snapshot before building historic edu-team documents - Legacy-Id: 8349
6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
jQuery(function () {
|
|
jQuery("table .snippet .show-all").click(function () {
|
|
jQuery(this).parents(".snippet").hide().siblings(".full").show();
|
|
});
|
|
});
|