Roo/bootstrap/Popover.js
authoredward <edward@roojs.com>
Tue, 28 Mar 2017 03:26:29 +0000 (11:26 +0800)
committeredward <edward@roojs.com>
Tue, 28 Mar 2017 03:26:29 +0000 (11:26 +0800)
Roo/bootstrap/Popover.js

index 3821c92..e15880a 100644 (file)
@@ -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) {