roojs-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 08:15:15 +0000 (16:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 08:15:15 +0000 (16:15 +0800)
roojs-bootstrap-debug.js
Roo/bootstrap/Popover.js

Roo/bootstrap/Popover.js

index 783215a..b81d6f1 100644 (file)
@@ -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,