Added html

This commit is contained in:
Brychan Dempsey 2021-06-05 16:18:52 +12:00
parent c28428cacd
commit 658ef8fb1f

4
Filter.js Normal file
View File

@ -0,0 +1,4 @@
var $iFrameContents = $('iframe').contents(),
$entryContent = $iFrameContents.find('div.file-view');
$iFrameContents.find('html').replaceWith($entryContent);