diff options
Diffstat (limited to 'popup.js')
-rw-r--r-- | popup.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ //make this a function to allow this to run on the content page function runThePopup() { + localizeHtmlPage(); //is it in the popup or content script var inPopup = true; |