| Index: Tools/GardeningServer/scripts/treestatus.js
|
| diff --git a/Tools/GardeningServer/scripts/treestatus.js b/Tools/GardeningServer/scripts/treestatus.js
|
| index f75b8f8487556cde8209e94c329aea8f1c4d71ae..3e7514bab125ab2fd91a878c6f7981b5703485e6 100644
|
| --- a/Tools/GardeningServer/scripts/treestatus.js
|
| +++ b/Tools/GardeningServer/scripts/treestatus.js
|
| @@ -30,9 +30,9 @@ var treestatus = treestatus || {};
|
| // FIXME: Turn this into a model-object class.
|
| treestatus.urlByName = function(name) {
|
| if (name == 'blink')
|
| - return "http://blink-status.appspot.com/current?format=json";
|
| + return "http://blink-status.appspot.com/";
|
| if (name == 'chromium')
|
| - return "http://chromium-status.appspot.com/current?format=json";
|
| + return "http://chromium-status.appspot.com/";
|
| return null;
|
| }
|
|
|
|
|