mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Replace interviewees by non-profit organizations and bitcoinpresscenter.org
This commit is contained in:
parent
b4bdcd0cbd
commit
6c8b0e7d24
12 changed files with 4 additions and 212 deletions
14
js/main.js
14
js/main.js
|
@ -181,20 +181,6 @@ t.style.display='none';
|
|||
cancelEvent(e);
|
||||
}
|
||||
|
||||
function disclaimerShow(e){
|
||||
//Display the complete interviewees disclaimer on the "Press center" page at user request.
|
||||
var p=t=getEventTarget(e);
|
||||
while(p.nodeType!=1||p.nodeName!='P')p=p.parentNode;
|
||||
p=p.nextSibling;
|
||||
while(p.nodeType!=1||p.nodeName!='P')p=p.nextSibling;
|
||||
p.style.height='auto';
|
||||
var nhe=getHeight(p);
|
||||
p.style.height='0px';
|
||||
p.style.height=(nhe+10)+'px';
|
||||
t.parentNode.removeChild(t);
|
||||
cancelEvent(e);
|
||||
}
|
||||
|
||||
function librariesShow(e){
|
||||
//Display more open source projects on the "Development" page at user request.
|
||||
var p=t=getEventTarget(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue