We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427bc96 commit b5a4888Copy full SHA for b5a4888
notebook/static/tree/js/notebooklist.js
@@ -542,8 +542,6 @@ define([
542
span12.empty();
543
that.contents.get(list_item.path, {"content": true}).then(
544
function (data) {
545
- // input_area.getDoc().setValue(data.content);
546
- // span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').text(data.content));
547
span12.append($('<div style="margin:auto;text-align:center;color:grey"/>').innerHTML = marked(data.content));
548
},
549
function(error) {
0 commit comments