| 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 |