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

Unified Diff: chrome/content/ui/typoSettings.js

Issue 10585038: First-run page (revisited) (Closed)
Patch Set: Applied proposed changes (except Chrome-specific utils.js due to uncertainty) Created May 27, 2013, 12:58 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/ui/typoSettings.js
===================================================================
--- a/chrome/content/ui/typoSettings.js
+++ b/chrome/content/ui/typoSettings.js
@@ -108,6 +108,7 @@
}
};
+// only interact with UI if loaded in the context of filter settings dialog
Wladimir Palant 2013/05/27 14:10:37 Please remove that comment as well. There should b
Thomas Greiner 2013/05/27 16:39:16 Done.
window.addEventListener("load", function()
{
TypoActions.init();

Powered by Google App Engine
This is Rietveld