diff --git a/core/modules/utils/dom/popup.js b/core/modules/utils/dom/popup.js index 7ee405d20..25f14e612 100644 --- a/core/modules/utils/dom/popup.js +++ b/core/modules/utils/dom/popup.js @@ -30,7 +30,6 @@ Trigger a popup open or closed. Parameters are in a hashmap: force: if specified, forces the popup state to true or false (instead of toggling it) */ Popup.prototype.triggerPopup = function(options) { -console.log("triggerPopup",options) // Check if this popup is already active var index = -1; for(var t=0; t 0) { -console.log("Adding click handler") this.rootElement.addEventListener("click",this,true); } }; @@ -133,7 +128,6 @@ Cancel all popups at or above a specified level or DOM node level: popup level to cancel (0 cancels all popups) */ Popup.prototype.cancel = function(level) { -console.log("cancel",level) var numPopups = this.popups.length; level = Math.max(0,Math.min(level,numPopups)); for(var t=level; t