Index: chrome/content/survey.js |
=================================================================== |
--- a/chrome/content/survey.js |
+++ b/chrome/content/survey.js |
@@ -6,14 +6,7 @@ |
window.addEventListener("DOMContentLoaded", function(event) |
{ |
- let stringBundle = require("survey").getSurveyDialogTexts(); |
- |
- E("survey").setAttribute("title", stringBundle.title); |
E("icon").setAttribute("src", require("info").addonRoot + "icon64.png"); |
- E("question").textContent = stringBundle.question; |
- E("note").textContent = stringBundle.note; |
- E("accept").textContent = stringBundle.accept; |
- E("decline").textContent = stringBundle.decline; |
}, false); |
function onAccept() |