Sha256: e30d0c83d1635a92cd76945b174c6765a244334c9853a634aa5414ab7e8ef9e0
Contents?: true
Size: 274 Bytes
Versions: 125
Compression:
Stored size: 274 Bytes
Contents
$(document).ready(() => { if ($(".email-contexts--form").length) { $("#ish_email_context_email_template_id").on('change', (ev) => { const val = ev.target.value window.location.href = AppRouter.new_email_context_with_template_path(val) }) } })
Version data entries
125 entries across 125 versions & 1 rubygems