Sha256: 60c650807413131285086e3af9c8d8c7263d0fcceb29500155754f505a44377a

Contents?: true

Size: 401 Bytes

Versions: 68

Compression:

Stored size: 401 Bytes

Contents

(function() {
  $(document).on('page:change patient:rendered', function() {
    $('#patients .datepicker').each(function() {
      $(this).datepicker({
        dateFormat: 'M d, yy',
        altField: $(this).prev(),
        altFormat: 'yy-mm-dd',
        showButtonPanel: true
      });

      $(this).on('change', function() {
        $(this).closest('form').submit();
      });
    });
  });
})();

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.8 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.7 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.6 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.5 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.4 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.2 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.1 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.22.0 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.21.2 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.21.1 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.21.0 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.20.1 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.9 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.8 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.7 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.6 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.5 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.4 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js
think_feel_do_engine-3.19.3 app/assets/javascripts/think_feel_do_engine/coach/patient_dashboards/index.js