Skip to content

Commit

Permalink
upgraded gap-analysis docs to new document format
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jan 31, 2018
1 parent ccb12b8 commit 2d8f412
Show file tree
Hide file tree
Showing 6 changed files with 1,904 additions and 14 deletions.
461 changes: 461 additions & 0 deletions gap-analysis/docs/cher.html

Large diffs are not rendered by default.

490 changes: 490 additions & 0 deletions gap-analysis/docs/deva-hi-mr.html

Large diffs are not rendered by default.

463 changes: 463 additions & 0 deletions gap-analysis/docs/java-jv.html

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions gap-analysis/docs/latn-nl.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions gap-analysis/language-matrix-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gap-analysis/language-matrix.html
Expand Up @@ -209,7 +209,7 @@ <h2>How to help</h2>
table += '<td class="language'
if (cLang.tentative) table += ' tentative'
table += '">'
if (cLang.url) table += '<a target="details" href="index?data='+cLang.url+'">'
if (cLang.url) table += '<a target="details" href="'+cLang.url+'">'
table += cLang.lang
if (cLang.url) table += '</a>'
table += '</td>'
Expand Down Expand Up @@ -398,7 +398,7 @@ <h2>How to help</h2>
tds[c].title = headers[c].textContent
if (tds[c].parentNode.dataset.url && ! tds[c].classList.contains('language')) {
tds[c].addEventListener('click', function(evt) {
details = window.open('index?data='+evt.target.parentNode.dataset.url+'#'+idlinks[c-1], 'details'); details.focus();
details = window.open(evt.target.parentNode.dataset.url+'#'+idlinks[c-1], 'details'); details.focus();
console.log(evt.target.parentNode.dataset.url, idlinks[c-1], evt)
})
tds[c].style.cursor = 'pointer'
Expand Down

0 comments on commit 2d8f412

Please sign in to comment.