// Generated by CoffeeScript 1.12.7 (function() { var $, addDeleteComment, captionedButton, deleteTicket; $ = jQuery; captionedButton = function(symbol, text) { if (ui.use_symbols) { return symbol; } else { return symbol + " " + text; } }; deleteTicket = function() { return $("
\n
\n \n \n
\n
"); }; addDeleteComment = function(c) { var cdate, cnum, ref; ref = c.id.substr(12).split('-'), cnum = ref[0], cdate = ref[1]; return insertNearReplyToComment(cnum, $("
\n
\n \n \n \n \n
\n
"), 'leftmost'); }; $(document).ready(function() { insertNearReplyToDescription(deleteTicket, 'leftmost'); return $('#changelog div.change').each(function() { return addDeleteComment(this); }); }); }).call(this);