mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Closes #3992
This commit is contained in:
parent
d62c41a7c8
commit
0eb567f1cb
@ -386,6 +386,7 @@ define([
|
||||
var root = $('<li/>').append(
|
||||
$("<a/>")
|
||||
.attr('href', root_url)
|
||||
.attr('title','Link to root folder'+root_url)
|
||||
.append(
|
||||
$("<i/>")
|
||||
.addClass('fa fa-folder')
|
||||
|
Loading…
Reference in New Issue
Block a user