Chromium Code Reviews| Index: Tools/GardeningServer/ui/ct-failure-analyzer.html |
| diff --git a/Tools/GardeningServer/ui/ct-failure-analyzer.html b/Tools/GardeningServer/ui/ct-failure-analyzer.html |
| index 09f925b437e6d452952c8aecdea76122d77ce5ad..a1fbe2b397790802b10d4fbdd46a15d4a00b42f5 100644 |
| --- a/Tools/GardeningServer/ui/ct-failure-analyzer.html |
| +++ b/Tools/GardeningServer/ui/ct-failure-analyzer.html |
| @@ -67,8 +67,8 @@ found in the LICENSE file. |
| update: function() { |
| var annotationPromise = CTFailureGroup.fetchAnnotations(); |
| - # FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts |
| - # when Sheriff-o-matic is redeployed to serve /alerts. |
| + // FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts |
|
ojan
2014/08/14 01:26:48
This was already fixed.
|
| + // when Sheriff-o-matic is redeployed to serve /alerts. |
| net.json('http://auto-sheriff.appspot.com/data').then(function(data) { |
| annotationPromise.then(function(annotations) { |
| // FIXME: Don't special-case the blink master. |