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