Index: content/shell/shell_devtools_discovery_page.html |
diff --git a/content/shell/shell_devtools_discovery_page.html b/content/shell/shell_devtools_discovery_page.html |
index e8a730a6917ca5508865573e0fb224e73d6c55ba..9aa4c300941726bff1bb70d7701e52b04e373c4e 100644 |
--- a/content/shell/shell_devtools_discovery_page.html |
+++ b/content/shell/shell_devtools_discovery_page.html |
@@ -7,7 +7,7 @@ |
<script> |
function onLoad() { |
var tabs_list_request = new XMLHttpRequest(); |
- tabs_list_request.open("GET", "/json" + new Date().getTime(), true); |
+ tabs_list_request.open("GET", "/json/list?t=" + new Date().getTime(), true); |
tabs_list_request.onreadystatechange = onReady; |
tabs_list_request.send(); |
} |