Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 08:14:40 +0000 (16:14 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 08:14:40 +0000 (16:14 +0800)
Roo/bootstrap/Popover.js

index 164d9ea..55d3657 100644 (file)
@@ -71,7 +71,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     // as it get's added to the bottom of the page.
     onRender : function(ct, position)
     {
-        Roo.bootstrap.Popover.superclass.onRender.call(this, ct, position);
+        //Roo.bootstrap.Popover.superclass.onRender.call(this, ct, position);
         if(!this.el){
             var cfg = Roo.apply({},  this.getAutoCreate());
             cfg.id = Roo.id();
@@ -82,6 +82,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
             if (this.style) {
                 cfg.style = this.style;
             }
+            Roo.log("adding to ")
             this.el = Roo.get(document.body).createChild(cfg, position);
             Roo.log(this.el);
         }