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

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

Issue 5978545083908096: Relocating sharing section (Closed)
Patch Set: deleted unnecessary translations Created Nov. 15, 2013, 11:49 a.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/firstRun.js
===================================================================
--- a/chrome/content/ui/firstRun.js
+++ b/chrome/content/ui/firstRun.js
@@ -87,18 +87,9 @@
FilterNotifier.removeListener(filterListener);
}, false);
- // You can click activate-feature or one of the icons to toggle the features area
- E("activate-features").addEventListener("click", toggleFeature, false);
- E("can-do-more-overview").addEventListener("click", toggleFeature, false);
-
initSocialLinks();
}
- function toggleFeature()
- {
- E("can-do-more").classList.toggle("expanded");
- }
-
function isSubscriptionEnabled(featureSubscription)
{
return featureSubscription.url in FilterStorage.knownSubscriptions

Powered by Google App Engine
This is Rietveld