| Index: ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| index 4a725c2186741e9cdae44175fc2f59adb486303f..d838a01139c03f13a82d449d5f015993e793b341 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
| @@ -163,7 +163,7 @@ LocationLine.prototype.update_ = function(components) {
|
| for (var el = this.breadcrumbs_.firstChild; el; el = el.nextSibling) {
|
| if (el.classList.contains('breadcrumb-path')) {
|
| var isLast = !el.nextSibling;
|
| - el.tabIndex = isLast ? -1 : 8;
|
| + el.tabIndex = isLast ? -1 : 9;
|
| el.classList.toggle('breadcrumb-last', isLast);
|
| }
|
| }
|
|
|