We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb738 commit fb725acCopy full SHA for fb725ac
README.md
@@ -59,9 +59,8 @@ Include the JS file from the src folder before the `</body>`:
59
```javascript
60
iframeAlert('http://mydomain.com'); //optional second param is height (defaults to fill the viewport height)
61
```
62
-
63
64
- confirm(function(){ //override is enabled by default
+ confirm(function(){
65
console.log('confirmed!');
66
}, function(){
67
console.log('denied');
0 commit comments