From b6bc82474ef23eea926fbcc61f2fd471254919b9 Mon Sep 17 00:00:00 2001 From: targunp <phil.targun@gmail.com> Date: Fri, 22 Nov 2013 06:33:06 -0600 Subject: [PATCH] Update button.js issue with the data toggle button --- js/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/button.js b/js/button.js index 3c1613506c..e82546aaf9 100644 --- a/js/button.js +++ b/js/button.js @@ -53,7 +53,7 @@ } Button.prototype.toggle = function () { - var $parent = this.$element.closest('[data-toggle="buttons"]') + var $parent = this.$element.closest('[data-toggle="button"]') var changed = true if ($parent.length) { -- GitLab