diff --git a/Wiki.html b/Wiki.html
index 7b22489..781bc0b 100644
--- a/Wiki.html
+++ b/Wiki.html
@@ -6,10 +6,12 @@
$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(){
+
+
+ }
+ $('iframe').load( function(){
console.log("Cleaning content");
cleanContent();
- });
- }
+ });
\ No newline at end of file