Skip to content

Commit

Permalink
Update receiver_msp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haybnzz authored Jan 21, 2025
1 parent 00e10be commit fe1b450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/receiver_msp/receiver_msp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import DarkTheme from "../DarkTheme.js";
import { isWeb } from "../utils/isWeb.js";
import $ from "jquery";

// This is a hack to get the i18n var of the parent, but the i18n.localizePage not works
// This is a hack to get the i18n var of the parent, but the i18n.localizePage not work
// It seems than when node opens a new window, the module "context" is different, so the i18n var is not initialized
const i18n = opener.i18n;

Expand Down

0 comments on commit fe1b450

Please sign in to comment.