Skip to content

Commit 792997d

Browse files
authored
Merge pull request #30 from simmbiote/patch-1
Update iframeheight.js
2 parents afdf752 + cc02363 commit 792997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/iframeheight.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Details: http://github.com/Sly777/Iframe-Height-Jquery-Plugin
275275
}
276276

277277
$.iframeHeight.resizeIframe();
278-
base.$el.load(function () {
278+
base.$el.on('load', function () {
279279
$.iframeHeight.resizeIframe();
280280
});
281281

0 commit comments

Comments
 (0)