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: added line break to firstRun.properties Created Nov. 29, 2013, 9:53 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
« no previous file with comments | « chrome/content/ui/firstRun.html ('k') | chrome/locale/en-US/firstRun.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/content/ui/firstRun.html ('k') | chrome/locale/en-US/firstRun.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld