Skip to content

Commit

Permalink
Fix Popup i18n in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Mar 13, 2021
1 parent 3a64d38 commit 14798de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/popup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"use strict";

var browser = browser || chrome;

function localizeUI() {
const labelNodes = document.querySelectorAll("[data-label]");
labelNodes.forEach((element) => {
Expand Down

0 comments on commit 14798de

Please sign in to comment.