Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
Update v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Fernando Dolce authored and Marcelo Fernando Dolce committed Dec 13, 2016
1 parent 72bc791 commit d9ca763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion js/iziModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,10 @@ if (typeof jQuery === "undefined") {
}, options.autoOpen);

} else if(options.autoOpen === true ) {
data.open();

setTimeout(function(){
data.open();
}, 0);
}
autoOpenModal++;
}
Expand Down
Loading

0 comments on commit d9ca763

Please sign in to comment.