We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2e389 commit 8d8040aCopy full SHA for 8d8040a
webcompat/static/js/lib/bugform.js
@@ -3,7 +3,7 @@
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
function BugForm() {
6
- this.form = $('#js-ReportForm');
+ this.form = $('#js-ReportForm form');
7
this.urlField = $('#url');
8
this.descField = $('#description');
9
this.uploadField = $('#image');
0 commit comments