Sha256: d28201bd7cf80291e48769b3d5e3ca74f0e26678407f73c316c3d2691ff19a77
Contents?: true
Size: 334 Bytes
Versions: 173
Compression:
Stored size: 334 Bytes
Contents
<%# Remove the receipt that has now been marked as read from the table (provided we are viewing a table of receipts of course). We need to remove the real row and the (initially hidden) preview row also. %> $("#<%= receipt.html_identifier %>, #<%= receipt.html_preview_identifier %>") .fadeOut(300, function(){ $(this).remove();});
Version data entries
173 entries across 173 versions & 1 rubygems