Skip to content
Snippets Groups Projects
Commit 17f0c99c authored by Mike Greiling's avatar Mike Greiling
Browse files

remove vestigial onsubmit event trigger

parent 4b7ec44b
No related branches found
No related tags found
Loading
Loading
Loading
@@ -125,10 +125,6 @@
new MilestoneSelect();
new IssueStatusSelect();
new SubscriptionSelect();
$('form.filter-form').on('submit', function (event) {
event.preventDefault();
Turbolinks.visit(this.action + '&' + $(this).serialize());
});
 
$(document).off('page:restore').on('page:restore', function (event) {
if (gl.FilteredSearchManager) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment