Skip to content

Commit b9b4d22

Browse files
authored
Merge pull request #191 from cmd-ntrf/fix_entry_container_class
2 parents 49471fc + 815a26d commit b9b4d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/static/tree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define(['jquery', 'base/js/namespace', 'base/js/utils'], function($, Jupyter, ut
3030
/* create our list item */
3131
var $entry_container = $('<li>')
3232
.attr('role', 'presentation')
33-
.addClass('new-rstudio');
33+
.addClass('new-' + server_process.name);
3434

3535
/* create our list item's link */
3636
var $entry_link = $('<a>')

0 commit comments

Comments
 (0)