diff --git a/Wiki.html b/Wiki.html index 7186737..7b22489 100644 --- a/Wiki.html +++ b/Wiki.html @@ -6,6 +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(); + }); } - \ No newline at end of file + \ No newline at end of file