Skip to content

Commit aecafd2

Browse files
author
Mike Taylor
authored
Merge pull request #2321 from /issues/2319
Fixes #2319 - remove unused css class in js
2 parents b70083e + a7dbbdd commit aecafd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webcompat/static/js/lib/issues.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,8 @@ issues.ImageUploadView = Backbone.View.extend({
253253
return;
254254
}
255255

256-
// what is wc-Form-helpInline???
257256
var inlineHelp = $("<small></small>", {
258-
class: "wc-Form-helpInline",
257+
class: "form-message-error",
259258
text: this.inputMap[id].helpText
260259
});
261260

0 commit comments

Comments
 (0)