Skip to content

Commit

Permalink
update iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Noogen authored and Tom Noogen committed Jul 22, 2016
1 parent 8ba5e43 commit 360776e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gmodal",
"repo": "niiknow/gmodal",
"description": "Global modal",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"modal",
"bootstrap",
Expand Down
1 change: 0 additions & 1 deletion gmodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
iframe.frameBorder = '0';
iframe.marginWidth = '0';
iframe.marginHeight = '0';
iframe.scrolling = 'no';
iframe.setAttribute('border', '0');
iframe.setAttribute('allowtransparency', 'true');
iframe.width = '100%';
Expand Down
2 changes: 1 addition & 1 deletion gmodal.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/index.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gmodal",
"author": "tom nguyen <[email protected]>",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"description": "Global modal",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ createiFrame = (parentEl, content) ->
iframe.frameBorder = '0'
iframe.marginWidth = '0'
iframe.marginHeight = '0'
iframe.scrolling = 'no'
iframe.setAttribute('border', '0')
iframe.setAttribute('allowtransparency', 'true')
iframe.width = '100%'
Expand Down

0 comments on commit 360776e

Please sign in to comment.