| 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 = '';
|
|
|