From bd03107817692d4b35f393949d9958d25241bda5 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 31 Mar 2014 18:08:35 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 9339f9656b..7d4aa2dda8 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -171,7 +171,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } if (this.disabled) { - cfg.disabled = this.disabled; + cfg.disabled = 'disabled'; } //???? if (this.items) { -- 2.39.2