Sha256: 7a7f71eddbe2488eaf3647d8a63408f8c204c6b13343f659f79c5f9327572c83

Contents?: true

Size: 720 Bytes

Versions: 1

Compression:

Stored size: 720 Bytes

Contents

# This is a manifest file that'll be compiled into application.js, which will include all the files
# listed below.
#
# Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
# or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
#
# It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
# compiled file.
#
# Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
# about supported directives.
#
#= require jquery
#= require magic-min

$ ->

  $("body").on "click", ".hide_da_notice", ->
    $("body").toggleClass("with_important_notice")
    false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.37 test/dummy/app/assets/javascripts/blank.js.coffee