diff options
Diffstat (limited to 'examples/assets')
| -rw-r--r-- | examples/assets/js/bootstrap-modals.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/assets/js/bootstrap-modals.js b/examples/assets/js/bootstrap-modals.js index f684be25a..05a693d82 100644 --- a/examples/assets/js/bootstrap-modals.js +++ b/examples/assets/js/bootstrap-modals.js @@ -65,6 +65,7 @@ this.$element = $(this.settings.content) .delegate('.close', 'click', function (e) { e.preventDefault(); that.close() }) .appendTo(document.body) + .show() setTimeout(function () { that.$element.addClass('open') |
