We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351b03c commit ccd6fe0Copy full SHA for ccd6fe0
js/events.js
@@ -1,4 +1,4 @@
1
-$('#search').on('submit', e => {
+$('#search form').on('submit', e => {
2
e.preventDefault();
3
searchProfile($(e.target).find('input').val().trim());
4
});
0 commit comments