Sha256: 525f738a07f63d313236a40ad9e23a34ff1b6199c39e43f9cdece1843687269d

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 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 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()

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
push_type_admin-0.9.0.beta.3 app/assets/javascripts/push_type/admin.js.coffee
push_type_admin-0.9.0.beta.2 app/assets/javascripts/push_type/admin.js.coffee