Sha256: ae003d7f15c03b700fb2d9d3134200b30abb7e72dfb04d1405dcabed5c21dab1

Contents?: true

Size: 558 Bytes

Versions: 5

Compression:

Stored size: 558 Bytes

Contents

I""(function() {
  var onDOMReady;

  onDOMReady = 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));
    });
  };

  $(document).ready(onDOMReady).on('page:load turbolinks:load', onDOMReady);

}).call(this);
:ET

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
active_admin-workflow-0.1.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/Zq/ZQ5WG8pjdpeaQL_7vO6OyG7MYy29pEVuQnmR4Ol1ihk.cache
activeadmin_latlng-1.5.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/ZQ/ZQ5WG8pjdpeaQL_7vO6OyG7MYy29pEVuQnmR4Ol1ihk.cache
activeadmin_latlng-1.4.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/ZQ/ZQ5WG8pjdpeaQL_7vO6OyG7MYy29pEVuQnmR4Ol1ihk.cache
activeadmin_latlng-1.3.0 spec/dummy/tmp/cache/assets/sprockets/v3.0/ZQ/ZQ5WG8pjdpeaQL_7vO6OyG7MYy29pEVuQnmR4Ol1ihk.cache
activeadmin_latlng-1.2.2 spec/dummy/tmp/cache/assets/sprockets/v3.0/ZQ/ZQ5WG8pjdpeaQL_7vO6OyG7MYy29pEVuQnmR4Ol1ihk.cache