mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Update newnotebook.js
This commit is contained in:
parent
7fc284eda0
commit
dd4f59fb18
@ -63,7 +63,7 @@ define([
|
||||
.attr("id", "kernel-" +ks.name)
|
||||
.data('kernelspec', ks).append(
|
||||
$('<a>')
|
||||
.attr("aria-label","list item 1,"+ks.name)
|
||||
.attr("aria-label","list item "+(i+1)+" "+ks.name)
|
||||
.attr('href', '#')
|
||||
.click($.proxy(this.new_notebook, this, ks.name))
|
||||
.text(ks.spec.display_name)
|
||||
|
Loading…
Reference in New Issue
Block a user