Sha256: bdb983c818ce86c237fa8f3090bd409f4855a23a9741371c72a7d5105d30d4e4
Contents?: true
Size: 823 Bytes
Versions: 63
Compression:
Stored size: 823 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 $("body").on "click", ".get_some_borders", -> $("#nav-aside").toggleClass("bordered") false
Version data entries
63 entries across 63 versions & 1 rubygems