mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Removed unnecessary url and added translation function
This commit is contained in:
parent
0eb567f1cb
commit
21469201d7
@ -386,7 +386,7 @@ define([
|
|||||||
var root = $('<li/>').append(
|
var root = $('<li/>').append(
|
||||||
$("<a/>")
|
$("<a/>")
|
||||||
.attr('href', root_url)
|
.attr('href', root_url)
|
||||||
.attr('title','Link to root folder'+root_url)
|
.attr('title', i18n.msg._('Link to root folder'))
|
||||||
.append(
|
.append(
|
||||||
$("<i/>")
|
$("<i/>")
|
||||||
.addClass('fa fa-folder')
|
.addClass('fa fa-folder')
|
||||||
|
Loading…
Reference in New Issue
Block a user