This commit is contained in:
韩韬 2019-06-25 16:50:23 +02:00 committed by Thomas Kluyver
parent d62c41a7c8
commit 0eb567f1cb

View File

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