Sha256: 32d6eb5ff93ecb3e0ffd59e6f8bd2a4590598b2a09b61a66527fa6171678845a
Contents?: true
Size: 1.04 KB
Versions: 14
Compression:
Stored size: 1.04 KB
Contents
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require jquery-ui //= require jquery_ujs //= require bootstrap-sprockets //= require underscore/underscore //= require backbone/backbone //= require bootstrap-tagsinput/bootstrap-tagsinput //= require select2/select2 //= require moment/moment //= require moment-timezone/moment-timezone //= require eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker //= require codemirror //= require codemirror/modes/markdown //= require nprogress //= require nprogress-ajax //= require locomotive/vendor //= require ./locomotive/application $(document).ready(function() { $.datepicker.setDefaults($.datepicker.regional[window.locale]); });
Version data entries
14 entries across 14 versions & 1 rubygems