Skip to content

Commit

Permalink
Fixes #114: Turned off the debugInjection flag in the `messengercompo…
Browse files Browse the repository at this point in the history
…se.js` chrome injector
  • Loading branch information
eyalroz committed Sep 2, 2023
1 parent 4bf0cc8 commit 0700a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/overlay-injectors/messengercompose.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services;
var { BiDiMailUI } = ChromeUtils.import("chrome://bidimailui/content/bidimailui-common.js");

const debugInjection = true;
const debugInjection = false;

Services.scriptloader.loadSubScript("chrome://bidimailui/content/bidimailui-display-logic.js", window, "UTF-8");
Services.scriptloader.loadSubScript("chrome://bidimailui/content/bidimailui-composer.js", window, "UTF-8");
Expand Down

0 comments on commit 0700a96

Please sign in to comment.