Skip to content

Commit

Permalink
Merge branch 'gh-pages' into issue#1241
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed May 26, 2021
2 parents ec9d302 + 2b052fb commit 0276a1d
Show file tree
Hide file tree
Showing 11 changed files with 3,098 additions and 752 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -12,3 +12,7 @@ time - 0/
ssn/integrated/html-from-topbraid/

.idea
access_log
agent_log
error_log
referer_log
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,8 @@ Each deliverable has its own folder. The issue tracker uses labels to distinguis
<dt><a href="https://github.com/w3c/sdw/tree/gh-pages/responsible-use">responsible-use</a></dt>
<dd>
Working folder for the Responsible use of Geo document that will discuss ethic issues of Geo Technology.
<br/><a href="https://w3c.github.io/sdw/responsible-use/">Editor's Draft</a>
<br/><a href="https://www.w3.org/TR/responsible-use-spatial/">W3C Interest Group Note</a>
</dd>

</dl>
Expand Down
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 0276a1d

Please sign in to comment.