Sha256: 0ea1ccfa42673232b04c20e38fe3ac944b71ee78cf6eca4facd3ae6e54697109

Contents?: true

Size: 1.08 KB

Versions: 11

Compression:

Stored size: 1.08 KB

Contents

I"D(function() {
  var Flash;

  ActiveAdmin.flash = Flash = (function() {
    Flash.error = function(message, close_after) {
      return new this(message, "error", close_after);
    };

    Flash.notice = function(message, close_after) {
      return new this(message, "notice", close_after);
    };

    Flash.prototype.reference = function() {
      return this.reference;
    };

    function Flash(message1, type, close_after) {
      this.message = message1;
      this.type = type != null ? type : "notice";
      this.reference = jQuery("<div>").addClass("flash flash_" + this.type).text(this.message);
      jQuery(".flashes").append(this.reference);
      if (close_after != null) {
        this.close_after(close_after);
      }
    }

    Flash.prototype.close_after = function(close_after) {
      return setTimeout((function(_this) {
        return function() {
          return _this.close();
        };
      })(this), close_after * 1000);
    };

    Flash.prototype.close = function() {
      return this.reference.remove();
    };

    return Flash;

  })();

}).call(this);
:ET

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
active_admin-workflow-0.1.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.5.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.4.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.3.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.2.2 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.2.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.1.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-1.0.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-0.3.1 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-0.3.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache
activeadmin_latlng-0.2.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/_b/_brW7Au7ZtDrUuDHeFQKwS2O7IDPYzFckWUnWfJlOs4.cache