diff options
| author | Alec Perkins | 2012-09-07 12:58:47 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-07 13:01:01 -0400 |
| commit | 3306e448ef4ac9f3e01312916062126dfc94c1ae (patch) | |
| tree | 571fa15e10293e3ea39e1e66601a1f1d3f6d24c7 /docs/static/js/bootstrap-button.js | |
| parent | 72bdd0fcec7faa32d7f24e0698736f9433b56f3f (diff) | |
| download | django-rest-framework-3306e448ef4ac9f3e01312916062126dfc94c1ae.tar.bz2 | |
[docs] Update Bootstrap to 2.1.1
Diffstat (limited to 'docs/static/js/bootstrap-button.js')
| -rwxr-xr-x[-rw-r--r--] | docs/static/js/bootstrap-button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/js/bootstrap-button.js b/docs/static/js/bootstrap-button.js index d0413d6e..a0ab0bfa 100644..100755 --- a/docs/static/js/bootstrap-button.js +++ b/docs/static/js/bootstrap-button.js @@ -1,5 +1,5 @@ /* ============================================================ - * bootstrap-button.js v2.1.0 + * bootstrap-button.js v2.1.1 * http://twitter.github.com/bootstrap/javascript.html#buttons * ============================================================ * Copyright 2012 Twitter, Inc. @@ -51,7 +51,7 @@ } Button.prototype.toggle = function () { - var $parent = this.$element.parent('[data-toggle="buttons-radio"]') + var $parent = this.$element.closest('[data-toggle="buttons-radio"]') $parent && $parent .find('.active') |
