mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Move press disclaimer at the top
This commit is contained in:
parent
4ce5098c8c
commit
1ea47219f8
3 changed files with 16 additions and 12 deletions
|
@ -141,7 +141,7 @@ 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+'px';
|
||||
p.style.height=(nhe+10)+'px';
|
||||
t.parentNode.removeChild(t);
|
||||
cancelEvent(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue