Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Jun 8, 2020
1 parent 427bc96 commit b5a4888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notebook/static/tree/js/notebooklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,6 @@ define([
span12.empty();
that.contents.get(list_item.path, {"content": true}).then(
function (data) {
// input_area.getDoc().setValue(data.content);
// span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').text(data.content));
span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').innerHTML = marked(data.content));
},
function(error) {
Expand Down

0 comments on commit b5a4888

Please sign in to comment.