From: Alan Knowles Date: Thu, 28 Jan 2021 08:47:50 +0000 (+0800) Subject: Roo/bootstrap/Popover.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=e73b84f906dd4f16eef6bec4e1ea2945c73bd880 Roo/bootstrap/Popover.js --- diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 7412e1c6ee..78eb21d927 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -164,7 +164,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { this.contentEl = this.el.select('.popover-content',true).first(); - this.headerEl = this.el.select('.popover-header',true).first(); + this.headerEl = this.el.select('.popover-title',true).first(); this.initEvents(); },