Skip to content

Commit

Permalink
Bug 1146434: renaming of "Distribution/Bundling" component broke one …
Browse files Browse the repository at this point in the history
…of the project kickoff form's sub-bugs
  • Loading branch information
globau committed Mar 23, 2015
1 parent bc5f247 commit 11bd061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -215,7 +215,7 @@
<option value="">Select One</option>
<option value="Hardware Purchase">Hardware Purchase</option>
<option value="Vendor/Services">Vendor/Services</option>
<option value="Distribution/Bundling">Distribution/Bundling</option>
<option value="Firefox Distribution/Bundling">Firefox Distribution/Bundling</option>
<option value="Search">Search</option>
<option value="NDA">NDA</option>
<option value="Other">Other</option>
Expand Down
2 changes: 1 addition & 1 deletion extensions/MozProjectReview/web/js/moz_project_review.js
Expand Up @@ -133,7 +133,7 @@ var MPR = {
}

if (MPR.fieldValue('relationship_type') == 'Vendor/Services'
|| MPR.fieldValue('relationship_type') == 'Distribution/Bundling')
|| MPR.fieldValue('relationship_type') == 'Firefox Distribution/Bundling')
{
page_sections.legal_sow_questions = true;
page_sections.legal_vendor_services_where_row = true;
Expand Down

0 comments on commit 11bd061

Please sign in to comment.