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 7e8fb1a commit 2cfff07Copy full SHA for 2cfff07
notebook/static/notebook/js/notebook.js
@@ -2867,6 +2867,7 @@ define([
2867
var that = this;
2868
var current_dir = $('body').attr('data-notebook-path').split('/').slice(0, -1).join("/");
2869
current_dir = current_dir? current_dir + "/": "";
2870
+ current_dir = decodeURIComponent(current_dir);
2871
var dialog_body = $('<div/>').append(
2872
$('<p/>').addClass('save-message')
2873
.text(i18n.msg._('Enter a notebook path relative to notebook dir'))
0 commit comments