Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4844)

Unified Diff: chrome/browser/resources/ntp/apps.js

Issue 3363001: Different approach to NTP layout (Closed)
Patch Set: cleanup Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp/apps.js
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
index 5bf1d1a0c91b2096e1c5a95cdf3df8f2fb872696..2c2484bb567642f9b754fe6bedd3c771b4f0060d 100644
--- a/chrome/browser/resources/ntp/apps.js
+++ b/chrome/browser/resources/ntp/apps.js
@@ -4,8 +4,8 @@
function getAppsCallback(data) {
logEvent('recieved apps');
- var appsSection = $('apps-section');
- var appsSectionContent = $('apps-section-content');
+ var appsSection = $('apps');
+ var appsSectionContent = $('apps-maxiview');
var appsMiniview = appsSection.getElementsByClassName('miniview')[0];
appsSectionContent.textContent = '';
appsMiniview.textContent = '';

Powered by Google App Engine
This is Rietveld 408576698