mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
No issue - Remove leftover beta-only dev edition promo in devtools.
This commit is contained in:
parent
b1c57e3b53
commit
eeff203318
8 changed files with 2 additions and 192 deletions
|
|
@ -682,12 +682,6 @@ BrowserConsole.prototype = extend(WebConsole.prototype, {
|
|||
|
||||
this._telemetry.toolOpened("browserconsole");
|
||||
|
||||
// Create an onFocus handler just to display the dev edition promo.
|
||||
// This is to prevent race conditions in some environments.
|
||||
// Hook to display promotional Developer Edition doorhanger. Only displayed once.
|
||||
let onFocus = () => showDoorhanger({ window, type: "deveditionpromo" });
|
||||
window.addEventListener("focus", onFocus);
|
||||
|
||||
this._bc_init = this.$init();
|
||||
return this._bc_init;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue