-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #2296 - send patch for lost commits #2297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm gonna double check one or two things (and add them here) before merging. THanks!
@@ -253,19 +253,20 @@ issues.ImageUploadView = Backbone.View.extend({ | |||
return; | |||
} | |||
|
|||
var inlineHelp = $("<span></span>", { | |||
// what is wc-Form-helpInline??? |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
||
// this can probably go as we do not have wc- styles anymore? |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@@ -69,7 +69,7 @@ <h1 class="headline-1">Report Site Issue</h1> | |||
</div> | |||
<div class="form-text form-element js-Form-group"> | |||
{{ form.os(class_='form-field text-field') }} | |||
<span class="form-input-validation check js-bug-form-os"></span> | |||
<span class="form-input-validation check"></span> |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@@ -85,7 +85,7 @@ <h1 class="headline-1">Report Site Issue</h1> | |||
{{ subradio.label(class_='form-label label-radio') }} | |||
{% endfor %} | |||
</div> | |||
<div class="form-upload js-image-upload js-Form-group loader js-image-loader"> | |||
<div class="form-upload js-image-upload js-Form-group"> |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
🎉 thanks! LMK, if you have questions! |
8a5ed8b
to
6ace3b5
Compare
OK, i removed those form.html bits, and we should be good to merge once Travis is green. |
r? @miketaylr
not 100% sure, I got everything. But should cover the bigger chunks.