Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabhg71 authored Oct 9, 2023
1 parent fddddd6 commit bd1059f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function resizeIFrame () {
const frames = [articleContent, libraryContent];
const region = document.getElementById('search-article');
const nestedFrame = libraryContent.contentWindow.document.getElementById('libraryIframe');
// window.postMessage(window.innerHeight, '*');

for (let i = 0; i < frames.length; i++) {
const iframe = frames[i];
Expand Down

0 comments on commit bd1059f

Please sign in to comment.