Sha256: f1673b952fd905f57ca484972946488bf79ef24154c7f132c49881b72354a29d
Contents?: true
Size: 622 Bytes
Versions: 6
Compression:
Stored size: 622 Bytes
Contents
$(() => { ((exports) => { const $participatoryProcessScopeEnabled = $('#participatory_process_scopes_enabled'); const $participatoryProcessScopeId = $("#participatory_process_scope_id"); if ($('.edit_participatory_process, .new_participatory_process').length > 0) { $participatoryProcessScopeEnabled.on('change', (event) => { const checked = event.target.checked; exports.theDataPicker.enabled($participatoryProcessScopeId, checked); }) exports.theDataPicker.enabled($participatoryProcessScopeId, $participatoryProcessScopeEnabled.prop('checked')); } })(window); });
Version data entries
6 entries across 6 versions & 1 rubygems