diff -r 0bef3b8087c1 -r c98d3fa4a948 public/assets/js/application.js --- 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(' [Expand]'); $('.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'); });