Skip to content

Commit

Permalink
Merge pull request #1247 from w3c/bp-issue-1084
Browse files Browse the repository at this point in the history
Update SDWBP based on new version of DCAT

Taking care of merging for Clara Boyd who doesn't have the proper repository rights yet, as agreed in SDWBP subgroup meeting of today.
  • Loading branch information
lvdbrink committed May 18, 2021
2 parents fdedb3b + 0754220 commit e12d8b0
Show file tree
Hide file tree
Showing 3 changed files with 1,284 additions and 638 deletions.
3 changes: 2 additions & 1 deletion bp/benefits.js
Expand Up @@ -183,7 +183,8 @@ function init() {
// Get list of our BPs and put them in an array of objects
var BPlist = new Array (); // This will be our array of BPs from the document
var BPdivs = new Array ();
BPdivs = document.getElementsByClassName('practice'); // This is the info we have effectively scraped from the page
// BPdivs = document.getElementsByClassName('practice'); // This is the info we have effectively scraped from the page
BPdivs = document.getElementsByClassName('practicecontainer'); // Revised as per new practice DIV container
// Need the title and id of each one
for (var i = 0; i < BPdivs.length; i++) {
var t; var id; var b; var reqs;
Expand Down

0 comments on commit e12d8b0

Please sign in to comment.