Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuazeltser committed Jun 28, 2019
1 parent 5f4ba5b commit 4b6461c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebook/static/tree/js/notebooklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ define([
.addClass("item_link")
.appendTo(item);

$("<span/>")
.addClass("item_name")
.appendTo(link);

var div = $('<div/>')
.addClass('pull-right')
.appendTo(item);
Expand Down

0 comments on commit 4b6461c

Please sign in to comment.