Sha256: 3c7e85b743d03add371f23d6a010d3e776fbdccdfa42348e50564919d1592c49
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 KB
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 ./webpack/admin.bundle #= require jquery_ujs #= require turbolinks #= require foundation/foundation #= require foundation #= require confirm_with_reveal #= require jquery.filedrop #= require jquery.simplePagination #= require selectize #= require pickadate/picker #= require pickadate/picker.date #= require pickadate/picker.time #= require codemirror #= require codemirror/modes/xml #= require froala_editor.min #= require ./wysiwyg_setup #= require ./vue_setup #= require_tree ./wysiwyg #= require_self Math.uid = -> Math.floor(Math.random()*16777215).toString(16) # Document should by bound first and only then should # dynamically added dom nodes be bound $(document).on 'init.fndtn', (e) -> $(e.target).foundation() $(e.target).confirmWithReveal() if $(e.target).find('[data-confirm]').length
Version data entries
3 entries across 3 versions & 1 rubygems