Changed to not change popup HTML file based on language

This commit is contained in:
Ajay Ramachandran
2019-08-13 18:44:47 -04:00
parent 57f076c5d3
commit d89238f76b
3 changed files with 1 additions and 4 deletions

View File

@@ -105,8 +105,5 @@
}, },
"leftTimes": { "leftTimes": {
"message": "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted)." "message": "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted)."
},
"Popup": {
"message": "popup_en.html"
} }
} }

View File

@@ -44,7 +44,7 @@
], ],
"browser_action": { "browser_action": {
"default_title": "__MSG_Name__", "default_title": "__MSG_Name__",
"default_popup": "__MSG_Popup__" "default_popup": "popup.html"
}, },
"background": { "background": {
"scripts":[ "scripts":[