| Index: chrome/browser/resources/inspect/inspect.js
|
| diff --git a/chrome/browser/resources/inspect/inspect.js b/chrome/browser/resources/inspect/inspect.js
|
| index 5b525dc73551e83cb0d01e731e228d61d8ca95f4..a03a928d275abcb5b120abc6c17e8b0684ef5d79 100644
|
| --- a/chrome/browser/resources/inspect/inspect.js
|
| +++ b/chrome/browser/resources/inspect/inspect.js
|
| @@ -40,7 +40,7 @@ function onload() {
|
| }
|
|
|
| function onHashChange() {
|
| - var hash = window.location.hash.slice(1);
|
| + var hash = window.location.hash.slice(1).toLowerCase();
|
| if (!selectTab(hash))
|
| selectTab('devices');
|
| }
|
|
|