| Index: chrome/browser/resources/ntp/apps.js
|
| diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
|
| index 32b8a4af29e254f07d398d854f9df6428b2934c0..b474f19986a9eb26d4bbbfb50029660fd602edb0 100644
|
| --- a/chrome/browser/resources/ntp/apps.js
|
| +++ b/chrome/browser/resources/ntp/apps.js
|
| @@ -36,7 +36,7 @@ function getAppsCallback(data) {
|
| // The "Create App Shortcut" menu option.
|
| $('apps-create-shortcut-command-menu-item').style.display =
|
| $('apps-create-shortcut-command-separator').style.display =
|
| - (data.disableCreateAppShortcut ? 'none' : 'inline');
|
| + (data.disableCreateAppShortcut ? 'none' : '');
|
|
|
| appsMiniview.textContent = '';
|
| appsSectionContent.textContent = '';
|
|
|