Sha256: d161b2e5991693fe429abdc3b5e1c5413f441231389f4c2ce70cd6ab47557664
Contents?: true
Size: 499 Bytes
Versions: 10
Compression:
Stored size: 499 Bytes
Contents
I"ç(function() { $(document).on('ready page:load turbolinks:load', function() { return $(document).on('focus', 'input.datepicker:not(.hasDatepicker)', function() { var defaults, input, options; input = $(this); if (input[0].type === 'date') { return; } defaults = { dateFormat: 'yy-mm-dd' }; options = input.data('datepicker-options'); return input.datepicker($.extend(defaults, options)); }); }); }).call(this); :ET
Version data entries
10 entries across 10 versions & 1 rubygems