Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created October 29, 2012 04:00
Show Gist options
  • Select an option

  • Save aaronpowell/3971436 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/3971436 to your computer and use it in GitHub Desktop.
$(document).on('click', '#showInvestigated', function () {
window.location = '@Html.Raw(Url.Action("StoreErrors"))';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment