From 61bf436829f22fd5a0906f3d9d5533e0c4c48887 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 10 Apr 2014 16:06:41 +0800 Subject: [PATCH] Roo/bootstrap/Progress.js --- Roo/bootstrap/Progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Progress.js b/Roo/bootstrap/Progress.js index 5985db0118..c79eb67bd2 100644 --- a/Roo/bootstrap/Progress.js +++ b/Roo/bootstrap/Progress.js @@ -78,7 +78,7 @@ Roo.extend(Roo.bootstrap.Progress, Roo.bootstrap.Component, { cfg.cn[0]['aria-valuenow'] = this.aria_valuenow; } - if(this.label){ + if(this.label && !this.sr_only){ cfg.cn[0].html = this.label; } -- 2.39.2