Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jan 9, 2018
1 parent bc53353 commit 9e69aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/com_wrapper/js/iframe-height.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function iFrameHeight()
{
var height = 0;
var iframe = document.querySelectorAll('*[id^="blockrandom"]');
var iframe = document.querySelectorAll('*[id^="blockrandom"]');
var doc = 'contentDocument' in iframe ? iframe.contentDocument : iframe.contentWindow.document;

if (!document.all)
Expand Down

0 comments on commit 9e69aec

Please sign in to comment.