Chromium Code Reviews| Index: chrome/browser/resources/ssl/interstitial_v2.js |
| diff --git a/chrome/browser/resources/ssl/interstitial_v2.js b/chrome/browser/resources/ssl/interstitial_v2.js |
| index 005114366a1f9ef4247d6d4d2de3ca9da17dcaf7..f05771c1410ac469c2cbacbeedf2932392780f82 100644 |
| --- a/chrome/browser/resources/ssl/interstitial_v2.js |
| +++ b/chrome/browser/resources/ssl/interstitial_v2.js |
| @@ -38,7 +38,7 @@ function setupEvents() { |
| if (ssl && overridable) { |
| $('proceed-link').classList.add('small-link'); |
| - } else { |
| + } else if ($('help-link')) { |
|
felt
2014/06/30 18:16:07
this is included in the other CL, right? so once t
radhikabhar
2014/07/01 23:56:49
Yes that's right.
|
| // Overridable SSL page doesn't have this link. |
| $('help-link').addEventListener('click', function(event) { |
| if (ssl) |