From 10daada15303caf63c008f1265e636fa3c4f8354 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 15 Aug 2014 14:57:52 +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 c20df0d339..a7c33aac5e 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } else { cfg.tag = this.tag; } - cfg.html = '' + (this.html || cfg.html) + ''; + cfg.html = this.html || cfg.html; if (this.toggle == true) { cfg={ -- 2.39.2