From d40dc06b93f56e80f0dc1e8f88f128c70df86f20 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 5 Jun 2021 18:13:00 +1200 Subject: [PATCH] Testing --- Wiki.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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