Update newnotebook.js

This commit is contained in:
tao 2019-06-25 12:36:03 +01:00 committed by GitHub
parent 7fc284eda0
commit dd4f59fb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)