Skip to content

Commit

Permalink
Merge pull request #2321 from /issues/2319
Browse files Browse the repository at this point in the history
Fixes #2319 - remove unused css class in js
  • Loading branch information
Mike Taylor authored Mar 28, 2018
2 parents b70083e + a7dbbdd commit aecafd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webcompat/static/js/lib/issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,8 @@ issues.ImageUploadView = Backbone.View.extend({
return;
}

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

Expand Down

0 comments on commit aecafd2

Please sign in to comment.