Replace interviewees by non-profit organizations and bitcoinpresscenter.org

This commit is contained in:
Saivann 2014-01-20 13:56:53 -05:00
parent b4bdcd0cbd
commit 6c8b0e7d24
12 changed files with 4 additions and 212 deletions

View file

@ -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);