From 7c9670d235bff34cebd5d02fe2c67a233e472b50 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jul 2014 17:50:04 +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 4fa7eb7f9f..4b2d5b9530 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -330,7 +330,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { }, setText : function(str) { - + this.el.select('.roo-button-text',true).first().dom.innerHTML = str; } -- 2.39.2