Removed unnecessary url and added translation function

This commit is contained in:
Joshua Zeltser 2019-06-25 15:40:21 +01:00 committed by Thomas Kluyver
parent 0eb567f1cb
commit 21469201d7

View File

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