Sha256: 38e3b853f7c8fae87855cbf2d399a6c60d49f3b5e1794d339679b5191fd35d1c
Contents?: true
Size: 1006 Bytes
Versions: 1
Compression:
Stored size: 1006 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 ./initializers/inputs //= require_tree ./interfaces $(window).load(function () { InputsInitializer.init() }) $(document).ready(function() { ChartsInitializer.init() ElementsInitializer.init() LayoutInitializer.init() })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lato_core-2.1.2 | app/assets/javascripts/lato_core/application.js |