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 eab1e70 commit 81c6eedCopy full SHA for 81c6eed
notebook/static/notebook/js/notebook.js
@@ -2899,7 +2899,7 @@ define([
2899
$('.save-message').html(`<span style='color:red;'>${msg}</span>`);
2900
});
2901
}
2902
- that.contents.get(nb_path, {type: 'notebook'}).then(function(data) {
+ that.contents.get(nb_path, {type: 'notebook', content: false}).then(function(data) {
2903
var warning_body = $('<div/>').append(
2904
$("<p/>").text(i18n.msg._('Notebook with that name exists.')));
2905
dialog.modal({
0 commit comments