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

index b81d6f1..7412e1c 100644 (file)
@@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
                             html : this.title === false ? '' : this.title
                         },
                         {
-                            cls : 'popover-content popover-body'  + this.cls,
+                            cls : 'popover-content popover-body '  + (this.cls || ''),
                             html : this.html || ''
                         }
                     ]