1
2
3
4
5
6
7
8
|
<div class='fossil-doc' data-title='Code Documentation'>
<iframe id='scribble' src="index.html" class="embedded-docs">
</iframe>
</div>
<script>
document.getElementById('scribble').src = "index.html?rand=" + new Date()/1;
</script>
|
|
>
|
|
>
|
|
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>
|