1
2
3
4
5
6
7
8
9
10
|
<div class='fossil-doc' data-title='Code Documentation' >
<div class='iframe-surround'>
<iframe id='scribble' src="index.html" class="embedded-docs">
</iframe>
</div>
</div>
<script>
document.getElementById('scribble').src = "index.html?n=" + new Date()/1;
</script>
|
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div class='fossil-doc' data-title='Code Documentation' >
<!-- SPDX-License-Identifier: BlueOak-1.0.0
This file is licensed under the Blue Oak Model License 1.0.0.
-->
<div class='iframe-surround'>
<iframe id='scribble' src="index.html" class="embedded-docs">
</iframe>
</div>
</div>
<script>
document.getElementById('scribble').src = "index.html?n=" + new Date()/1;
</script>
|