summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/ntp/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
index 935eebf..9f5ed91 100644
--- a/chrome/browser/resources/ntp/apps.js
+++ b/chrome/browser/resources/ntp/apps.js
@@ -69,7 +69,7 @@ function getAppsCallback(data) {
}
if (!data.showLauncher)
- appsSection.classList.add('disabled');
+ hideSection(Section.APPS);
else
appsSection.classList.remove('disabled');