Sha256: 0f079313b4ebeb6d2e332b20f8eb0e9900a98b19dcf113f24d8fc3f18b0113fa
Contents?: true
Size: 264 Bytes
Versions: 16
Compression:
Stored size: 264 Bytes
Contents
$(document).on 'click', '.notification [data-close-notification]', (e) -> $notification = $(this).parents('.notification') $notification.removeClass('fadeInRight').addClass('fadeOutRight') setTimeout -> $notification.remove() , 400 e.preventDefault()
Version data entries
16 entries across 16 versions & 2 rubygems