Skip to content

Commit

Permalink
Merge pull request #6 from vasgat/nomenclature-updates
Browse files Browse the repository at this point in the history
Nomenclature updates
  • Loading branch information
vasgat authored Dec 9, 2024
2 parents 17ea756 + a026114 commit 55025e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/apparel-top100-showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
</noscript>
<!-- End Google Tag Manager (noscript) -->
<app-root></app-root>
<script src="runtime.a54dd985f3bdb09e.js" type="module"></script><script src="polyfills.ed5342fdc3fd95bb.js" type="module"></script><script src="main.49abfa4acb30c495.js" type="module"></script></body>
<script src="runtime.a54dd985f3bdb09e.js" type="module"></script><script src="polyfills.ed5342fdc3fd95bb.js" type="module"></script><script src="main.b856c92ae71922d6.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export class SuppliersMapComponent implements OnInit, AfterViewInit {
}

updateChart() {
let url = "https://wikirate.org/Commons+Supplied_By+RelationshipAnswer/answer_list.json?filter[company_group]=Apparel%20100%20Companies&filter[year]=" + this.selectedYear+"&limit=0";
let url = "https://wikirate.org/Commons+Supplied_By+Relationships/answer_list.json?filter[company_group]=Apparel%20100%20Companies&filter[year]=" + this.selectedYear+"&limit=0";
if (this.company.id != 0) {
url = 'https://wikirate.org/Commons+Supplied_By+RelationshipAnswer/answer_list.json?filter[subject_company_id]=' + this.company.id + '&filter[year]=' + this.selectedYear+"&limit=0";
url = 'https://wikirate.org/Commons+Supplied_By+Relationships/answer_list.json?filter[subject_company_id]=' + this.company.id + '&filter[year]=' + this.selectedYear+"&limit=0";
}
this.suppliers = [];
if (this.suppliers_map != null) {
Expand Down

0 comments on commit 55025e7

Please sign in to comment.