From fa780668315d5df4828b1cb19b8f65ac996badfa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jan 2021 16:15:15 +0800 Subject: [PATCH] roojs-bootstrap.js roojs-bootstrap-debug.js Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 783215a434..b81d6f1b5c 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -92,7 +92,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { { tag: 'h3', cls: 'popover-title popover-header', - html : this.title || '' + html : this.title === false ? '' : this.title }, { cls : 'popover-content popover-body' + this.cls, -- 2.39.2