Sha256: 1e45b50f167101210d43e270cb9f40efcd4f0d9fc1f0d82a10a0b1532b5ceaf7
Contents?: true
Size: 262 Bytes
Versions: 5
Compression:
Stored size: 262 Bytes
Contents
$(document).on 'click', '.notification [data-close-notification]', (e) -> $notification = $(this).parents('.notification') $notification.removeClass('fadeInLeft').addClass('fadeOutLeft') setTimeout -> $notification.remove() , 400 e.preventDefault()
Version data entries
5 entries across 5 versions & 1 rubygems