if (!this.clickInitialized) {     this.clickInitialized = true;     this.button_1.cursor = "pointer";     this.button_1.addEventListener("click", function (e) {         e.preventDefault();         e.stopPropagation();         window.open(window.clickTag || window.clicktag, "_blank");     }); }