summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-21 17:23:07 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-21 20:13:20 -0600
commit17f0c99c39f7919f7b8ae97034aa0d1cf646017f (patch)
tree64c9f8ae0711f2b94a8c35e7c8a5f0db8fb95586
parent4b7ec44b91e0571d209c790d54947ba1756dac0e (diff)
downloadgitlab-ce-17f0c99c39f7919f7b8ae97034aa0d1cf646017f.tar.gz
remove vestigial onsubmit event trigger
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 44152319736..be5f08d8a40 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -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) {