diff options
-rw-r--r-- | chrome/browser/resources/ntp/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js index 4f577db..2117afe 100644 --- a/chrome/browser/resources/ntp/apps.js +++ b/chrome/browser/resources/ntp/apps.js @@ -13,7 +13,7 @@ function getAppsCallback(data) { clearClosedMenu(apps.menu); if (data.apps.length == 0) { appsSection.classList.add('disabled'); - setShownSections(Section.THUMB); + layoutSections(); } else { data.apps.forEach(function(app) { appsSectionContent.appendChild(apps.createElement(app)); |