Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Fri, 25 Jun 2021 08:07:38 +0000 (16:07 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 25 Jun 2021 08:07:38 +0000 (16:07 +0800)
Roo/bootstrap/Popover.js

index aeff584..97d9bc1 100644 (file)
@@ -467,7 +467,7 @@ Roo.apply(Roo.bootstrap.Popover, {
         popup.on('show', Roo.bootstrap.Popover.onShow,  popup);
         popup.on('hide', Roo.bootstrap.Popover.onHide,  popup);
         this.hideAll();
-        this.popups.push(popup);
+        //this.popups.push(popup);
     },
     hideAll : function()
     {
@@ -475,10 +475,10 @@ Roo.apply(Roo.bootstrap.Popover, {
             p.hide();
         });
     },
-    onShow : function(p) {
+    onShow : function() {
         Roo.bootstrap.Popover.popups.push(this);
     },
-    onHide : function(p) {
+    onHide : function() {
         Roo.bootstrap.Popover.popups.remove(this);
     },