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
parent f2ee475ad4
commit f52c845ef2

View File

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