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

Unified Diff: components/neterror/resources/neterror.html

Issue 2009673004: Fix flash of bullet point on refresh of neterror page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.html
diff --git a/components/neterror/resources/neterror.html b/components/neterror/resources/neterror.html
index 9fc5b2e5c0b53171b3274918b6feeb859a514861..eb0b88e0fe6e016b0b388716d115f410b26ee82d 100644
--- a/components/neterror/resources/neterror.html
+++ b/components/neterror/resources/neterror.html
@@ -19,7 +19,7 @@
<div id="main-message">
<h1 jsselect="heading" jsvalues=".innerHTML:msg"></h1>
<p jsselect="summary" jsvalues=".innerHTML:msg"></p>
- <div id="suggestions-list"
+ <div id="suggestions-list" style="display:none"
jsdisplay="(suggestionsSummaryList && suggestionsSummaryList.length)">
<p jsvalues=".innerHTML:suggestionsSummaryListHeader"></p>
<ul jsvalues=".className:suggestionsSummaryList.length == 1 ? 'single-suggestion' : ''">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698