From c416433c36732f79352d8fbc00f998c3e7bf3619 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 May 2014 17:27:42 +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 083c414cc3..f50379e53c 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -184,7 +184,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } - cfg.cls = this.parentType === 'Navbar' ? ' navbar-btn' : ''; + cfg.cls += this.parentType === 'Navbar' ? ' navbar-btn' : ''; if (this.glyphicon) { cfg.html = ' ' + cfg.html; -- 2.39.2