Sha256: e872f13586c581566c239edfc17bf498ced2b2cab710de9237aa1da88f7c8b47

Contents?: true

Size: 258 Bytes

Versions: 39

Compression:

Stored size: 258 Bytes

Contents

import './index.sass';

$(document).on("click", 'a.close_flash', function() {
  $(this).parent().fadeOut(function() {
    let $box = $(this).parents('.flash');
    $(this).remove();
    if ($box.children().length == 0) {
      $box.remove();
    }
  })
});

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
rocket_cms-0.31.1 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.31.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.30.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.29.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.28.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.8 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.7 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.6 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.5 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.4 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.3 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.2 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.1 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.27.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.26.1 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.26.0 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.25.5 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.25.4 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.25.3 lib/generators/rocket_cms/templates/webpack/flash/index.es6
rocket_cms-0.25.1 lib/generators/rocket_cms/templates/webpack/flash/index.es6