Skip to content

Commit

Permalink
ax5select
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasJang committed Apr 15, 2016
1 parent 4d8a309 commit 72e6270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ax5modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
if (opts.zIndex) {
data.styles.push("z-index:" + opts.zIndex);
}
if (typeof data.iframe.param === "string") {
if (data.iframe && typeof data.iframe.param === "string") {
data.iframe.param = ax5.util.param(data.iframe.param);
}

Expand Down
2 changes: 1 addition & 1 deletion dist/ax5modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72e6270

Please sign in to comment.