diff options
| author | fat <[email protected]> | 2012-12-19 23:25:25 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2012-12-19 23:25:25 -0800 |
| commit | 7f9ff0ba5b679914defd8bdd45bcf930ee201286 (patch) | |
| tree | c82e4853b9607f6d94d323ba202a574cc8a3f168 /js/bootstrap-modal.js | |
| parent | e9eff0cbffdd4381ee990e6fc78bee6caec92a00 (diff) | |
| download | bootstrap-7f9ff0ba5b679914defd8bdd45bcf930ee201286.tar.xz bootstrap-7f9ff0ba5b679914defd8bdd45bcf930ee201286.zip | |
add js support for carousel indicators
Diffstat (limited to 'js/bootstrap-modal.js')
| -rw-r--r-- | js/bootstrap-modal.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index ed5648025..93c262223 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -60,8 +60,7 @@ that.$element.appendTo(document.body) //don't move modals dom position } - that.$element - .show() + that.$element.show() if (transition) { that.$element[0].offsetWidth // force reflow |
