Skip to content

Commit

Permalink
MBViewer fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Feb 1, 2024
1 parent 6fcd0d4 commit 90b432c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions public/MBViewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,10 @@ <h5><a href="//core.telegram.org/">Platform</a></h5>
<script src="js/tgsticker.js"></script>
<script src="js/widget-frame.js"></script>
<script src="js/telegram-web.js"></script>
<script src="cheerio.js"></script>
<script src="../Assets/Lib/lodash.custom.min.js"></script>
<script src="../Assets/Lib/defiant.min.js"></script>
<script src="../Assets/Lib/Trasformapi.js"></script>
<script src="../Assets/Lib/cleanHTML.js"></script>
<script src="../Assets/Lib/jailed/jailed.js"></script>
<script src="./js/TrasformapiSchema.js.xml"></script>
<script src="./js/MBViewer.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion public/MBViewer/js/MBViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function RefreshIncludeScript () {
frameElement.src = `data:text/html;utf8,
<script>
function MbViewerReturn (data) {
//data.type = 'IncludeScriptResult';
/* data.type = 'IncludeScriptResult'; */
window.top.postMessage({ MbViewer: data }, '*');
}
</script>
Expand Down

0 comments on commit 90b432c

Please sign in to comment.