mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
7 lines
312 B
JavaScript
7 lines
312 B
JavaScript
BodyHTML=document.body.innerHTML;
|
|
BeginTag="<!-- MARKDEEP_BEGIN -->";
|
|
EndTag="<!-- MARKDEEP_END -->";
|
|
BodyHTML=BodyHTML.slice(BodyHTML.indexOf(BeginTag)+BeginTag.length,BodyHTML.lastIndexOf(EndTag));
|
|
document.getElementById("BodyDisplayBox").textContent=BodyHTML;
|
|
document.head.innerHTML=FullDocumentHead;
|