Sha256: d5e35144d9fa9a00bf2f8a191d59b4dee66e0e6d672958890fb51e5779cc35dd
Contents?: true
Size: 622 Bytes
Versions: 28
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
28 entries across 28 versions & 1 rubygems