Sha256: 1e4e3d7b8527e158e2585c99d88e14180e18c7c6b19343ae86b0b255485bd3cd

Contents?: true

Size: 552 Bytes

Versions: 4

Compression:

Stored size: 552 Bytes

Contents

I"(function() {
  $(document).on('click', 'a.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

4 entries across 2 versions & 1 rubygems

Version Path
shipit-engine-0.1.0 test/dummy/tmp/cache/assets/development/sprockets/v3.0/BA9bsW_K9IVOHhRPZlIe6lTn6wtubZAR1WOXUhU-WQo.cache
shipit-engine-0.1.0 test/dummy/tmp/cache/assets/test/sprockets/v3.0/BA9bsW_K9IVOHhRPZlIe6lTn6wtubZAR1WOXUhU-WQo.cache
shipit-engine-0.0.1.pre test/dummy/tmp/cache/assets/development/sprockets/v3.0/BA9bsW_K9IVOHhRPZlIe6lTn6wtubZAR1WOXUhU-WQo.cache
shipit-engine-0.0.1.pre test/dummy/tmp/cache/assets/test/sprockets/v3.0/BA9bsW_K9IVOHhRPZlIe6lTn6wtubZAR1WOXUhU-WQo.cache