Compare commits

..

No commits in common. "d40dc06b93f56e80f0dc1e8f88f128c70df86f20" and "7395b943b846d3fca58a9875791436de4648b4fb" have entirely different histories.

View File

@ -6,10 +6,10 @@
$iFrameContents.find('html').replaceWith($entryContent);
// Next restore the style-sheets
var stylesheet = $('iframe').contents().find('link[rel="stylesheet"]').prependTo($iFrameContents.find('div.file-view'));
$('iframe').load( function(){
console.log("Cleaning content");
cleanContent();
});
}
$('iframe').load( function(){
//put your iframe code here
cleanContent();
});
</script>
<iframe width="100%" height="100%" src="https://git.software.kauripeak.co.nz/BrychanD/JavaECS-Docs/src/branch/master/README.md" frameborder="0"></iframe>
<iframe width="100%" height="100%" onLoad="cleanContent()" src="https://git.software.kauripeak.co.nz/BrychanD/JavaECS-Docs/src/branch/master/README.md" frameborder="0"></iframe>