Sha256: 91c0d6d4aebf12b2baa70d156bce199411ef2332a4395ec48e67ceacf7758fbe
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
$(document).on('click', '.export-to-file-btn', function(e) { e.preventDefault(); query_param = window.location.href.split("?")[1] $('#export-to-file-form').get(0).setAttribute('action', '/cm_admin/export_to_file.js?' + query_param); $("#export-to-file-form").submit(); });
Version data entries
11 entries across 11 versions & 1 rubygems