| Index: chrome/browser/resources/supervised_user_block_interstitial.js
|
| diff --git a/chrome/browser/resources/supervised_user_block_interstitial.js b/chrome/browser/resources/supervised_user_block_interstitial.js
|
| index e41ab19fc340136709cfc6fa01d8b6a407b1ada2..ca0bbec39b1d338a5bcf2b066d095658be9afc5a 100644
|
| --- a/chrome/browser/resources/supervised_user_block_interstitial.js
|
| +++ b/chrome/browser/resources/supervised_user_block_interstitial.js
|
| @@ -71,7 +71,7 @@ function initialize() {
|
| sendCommand('feedback');
|
| };
|
| } else {
|
| - $('feedback-link').style.display = 'none';
|
| + $('feedback').hidden = true;
|
| }
|
| }
|
|
|
|
|