Sha256: d1e35c6bd1bcb4a6228a8a3fb9f7a9837801ae03a02e64a6477d0ae481326f90
Contents?: true
Size: 567 Bytes
Versions: 40
Compression:
Stored size: 567 Bytes
Contents
I"+(function() { $(document).on('click', '.disabled, .btn--disabled', function(event) { return event.preventDefault(); }); jQuery(function() { var $button, $notificationNotice; $notificationNotice = $('.notifications'); if ($.notifyCheck() === $.NOTIFY_NOT_ALLOWED) { $button = $notificationNotice.find('button'); $button.on('click', function() { $.notifyRequest(); return $notificationNotice.addClass('hidden'); }); return $notificationNotice.removeClass('hidden'); } }); }).call(this); :ET
Version data entries
40 entries across 18 versions & 1 rubygems