Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2630)

Unified Diff: chrome/browser/resources/chromeos/neterror.js

Issue 882973003: Update SSL/malware/net error interstitial design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge updates Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/offline_net_load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/neterror.js
diff --git a/chrome/browser/resources/chromeos/neterror.js b/chrome/browser/resources/chromeos/neterror.js
index 2a3dcc8f6b485f8699a38389da097d00a59a168f..2dad8fa7c21cd68132095b71669ba6f14c42b92a 100644
--- a/chrome/browser/resources/chromeos/neterror.js
+++ b/chrome/browser/resources/chromeos/neterror.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
function toggleHelpBox() {
- var helpBoxOuter = $('help-box-outer');
+ var helpBoxOuter = $('details');
helpBoxOuter.classList.toggle('hidden');
var detailsButton = $('details-button');
if (helpBoxOuter.classList.contains('hidden')) {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/offline_net_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698