Sha256: e1cd15707ded280f560544e3b339d32846e772e2584435ddff86679fed28e99d

Contents?: true

Size: 1.53 KB

Versions: 14

Compression:

Stored size: 1.53 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 ./config
#= 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/addons/mode/overlay.js
#= require codemirror/addons/edit/continuelist.js
#= require codemirror/modes/xml
#= require codemirror/modes/markdown
#= require codemirror/modes/gfm
#= 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

14 entries across 14 versions & 1 rubygems

Version Path
push_type_admin-0.12.1 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.12.0 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.12.0.beta.1 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.11.2 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.11.1 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.11.0.beta.2 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.11.0.beta.1 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.4 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.3 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.2 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.1 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.0 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.0.beta.5 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.10.0.beta.3 app/assets/javascripts/push_type/admin.js.coffee