| Index: chrome/browser/resources/ntp4/new_tab.js
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
|
| index 4dcd7069e3a608b12a9a9cb80b01c86128a57ad7..c0ca4fed41ab7537222af892342a406577703a6a 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -326,6 +326,8 @@ cr.define('ntp4', function() {
|
| // Mark the current page
|
| dots[cardSlider.currentCard].classList.add('selected');
|
| logEvent('apps.layout: ' + (Date.now() - startTime));
|
| +
|
| + document.documentElement.classList.remove('starting-up');
|
| }
|
|
|
| /**
|
|
|