Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/survey.js

Issue 8382011: Applied changes from emailed code review (Closed)
Patch Set: Created Sept. 18, 2012, 2:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld