From f25cffa8602672a19cd20f4c8edc3a6e5d30917f Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 28 Mar 2017 11:26:29 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 3821c929a5..e15880a7bb 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -196,11 +196,12 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { show : function (on_el) { + Roo.log(on_el); + if (!on_el) { on_el= (this.over == 'parent') ? this.parent().el : Roo.get(this.over); } - Roo.log(on_el); // set content. this.el.select('.popover-title',true).first().dom.innerHtml = this.title; if (this.html !== false) { -- 2.39.2