Sha256: e2dff19475d561e88ac15350108576deab25ef01eb5508f3775432cb2a888208
Contents?: true
Size: 992 Bytes
Versions: 2
Compression:
Stored size: 992 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 any plugin's vendor/assets/javascripts directory 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. JavaScript code in this file should be added after the last require_* statement. // // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details // about supported directives. // //= require jquery //= require jquery_ujs //= require_tree ./vendors //= require_tree ./initializers //= require_tree ./interfaces $(window).load(function () { InputsInitializer.init() }) $(document).ready(function() { ChartsInitializer.init() ElementsInitializer.init() LayoutInitializer.init() SortableManager.init() })
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lato_core-2.1.1 | app/assets/javascripts/lato_core/application.js |
lato_core-2.1 | app/assets/javascripts/lato_core/application.js |