Skip to content

Commit

Permalink
dashboard, another try
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Aug 10, 2017
1 parent d356126 commit 6dd9c64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dashboard.html
Expand Up @@ -21,9 +21,11 @@
onClick="iframes=document.querySelectorAll('iframe');
for (i=0;i<iframes.length;i++) console.log(iframes[i].id);
for (i=0;i<iframes.length;i++) {
console.log(iframes[i].className);
iframe = iframeRef(iframes[i]);
if (iframes[i].id !== 'wgs') { iframe.querySelector('body').style.fontSize='12px'; }
console.log(iframes[i].id);
if (iframes[i].id !== 'wgs') {
iframe = iframeRef(iframes[i]);
iframe.querySelector('body').style.fontSize='12px';
}
}"></button>

<iframe id="radar" src="http://w3c.github.io/i18n-activity/projects/"></iframe>
Expand Down

0 comments on commit 6dd9c64

Please sign in to comment.