Bug 1287389 - Stop showing URLS on devtools hover r=bgrins

MozReview-Commit-ID: CLLFlyXePyp
This commit is contained in:
Michael Ratcliffe 2016-08-05 11:38:15 +01:00
Родитель f2ee475ad4
Коммит f52c845ef2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -206,7 +206,6 @@ define(function (require, exports, module) {
role: "presentation",
},
DOM.a({
href: "#",
tabIndex: this.state.tabActive === index ? 0 : -1,
"aria-controls": "panel-" + index,
"aria-selected": isTabSelected,