Skip to content

Commit

Permalink
Issue #2319 - remove unused css class in js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoepage committed Mar 28, 2018
1 parent 08e0644 commit a7dbbdd
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 a7dbbdd

Please sign in to comment.