--- a/public/assets/js/application.js Mon May 28 00:24:07 2012 +0200
+++ b/public/assets/js/application.js Tue Nov 20 14:31:34 2012 +0100
@@ -1,7 +1,8 @@
+// Adapted from socorro
+// Licence: same as socorro (MPL ?)
$(document).ready(function () {
$('.signature-column').append(' <a class="expand" href="#">[Expand]</a>');
$('.expand').click(function () {
- // swap cell title into cell text for each cell in this column
$(".shortened-signature", $(this).parents('table')).each(function () {
$(this).text($(this).attr('title')).removeAttr('title');
});