From: Alan Knowles Date: Thu, 28 Jan 2021 08:15:15 +0000 (+0800) Subject: roojs-bootstrap.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=fa780668315d5df4828b1cb19b8f65ac996badfa roojs-bootstrap.js roojs-bootstrap-debug.js Roo/bootstrap/Popover.js --- 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,