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