Skip to content

Commit 8d8040a

Browse files
Mike Taylordaliacoss
Mike Taylor
authored andcommitted
Issue webcompat#986. Fix incorrect reference to form element.
1 parent 8e2e389 commit 8d8040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/static/js/lib/bugform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
function BugForm() {
6-
this.form = $('#js-ReportForm');
6+
this.form = $('#js-ReportForm form');
77
this.urlField = $('#url');
88
this.descField = $('#description');
99
this.uploadField = $('#image');

0 commit comments

Comments
 (0)