diff options
| author | XhmikosR <[email protected]> | 2014-05-29 07:35:22 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-06-06 01:23:07 +0300 |
| commit | e2cabe4971927e3dbbbda4c81ae8f74abdee2d15 (patch) | |
| tree | 086e0a8dc55a0aec974cbb38347360b5828965a8 /js/modal.js | |
| parent | 82fc03f3b6caccd134827a83c346456b920f4ba8 (diff) | |
| download | bootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.tar.xz bootstrap-e2cabe4971927e3dbbbda4c81ae8f74abdee2d15.zip | |
Minor style tweaks.
Diffstat (limited to 'js/modal.js')
| -rw-r--r-- | js/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js index 21f8ddfd1..2004a23de 100644 --- a/js/modal.js +++ b/js/modal.js @@ -208,7 +208,7 @@ this.scrollbarWidth = this.scrollbarWidth || this.measureScrollbar() } - Modal.prototype.setScrollbar = function () { + Modal.prototype.setScrollbar = function () { var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10) if (this.scrollbarWidth) this.$body.css('padding-right', bodyPad + this.scrollbarWidth) } |
