From 366191ab0aa7be1af77bb4c5a821b7bacc22ce98 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 17 Sep 2011 14:27:42 -0700 Subject: [PATCH] push latest modal static code --- 1.3.0/bootstrap-modal.js | 10 +++++++--- javascript.html | 12 ++++++------ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/1.3.0/bootstrap-modal.js b/1.3.0/bootstrap-modal.js index da670607..d3e293ca 100644 --- a/1.3.0/bootstrap-modal.js +++ b/1.3.0/bootstrap-modal.js @@ -89,7 +89,7 @@ that.$element .addClass('in') .trigger('shown') - }, 1) + }, 0) }) return this @@ -133,15 +133,19 @@ , animate = this.$element.hasClass('fade') ? 'fade' : '' if ( this.isShown && this.settings.backdrop ) { this.$backdrop = $('