mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #4677 from uclixnjupyternbaccessibility/issue-4015
Solved Issues #4015 and #3951
This commit is contained in:
commit
a77c230808
@ -60,6 +60,7 @@ define(['jquery',
|
|||||||
})
|
})
|
||||||
.append($("<button>")
|
.append($("<button>")
|
||||||
.attr("type", "button")
|
.attr("type", "button")
|
||||||
|
.attr("aria-label", i18n.msg._("close"))
|
||||||
.addClass("close")
|
.addClass("close")
|
||||||
.attr("data-dismiss", "modal")
|
.attr("data-dismiss", "modal")
|
||||||
.attr("aria-hidden", "true")
|
.attr("aria-hidden", "true")
|
||||||
|
Loading…
Reference in New Issue
Block a user