mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
chore(baseUrl): remove forward slash from path
This commit is contained in:
parent
cf37b9f145
commit
fd9cddd82a
@ -885,7 +885,7 @@ define([
|
||||
|
||||
var item_path = that.selected[0].path;
|
||||
|
||||
window.open(utils.url_path_join(that.base_url, '/files', item_path) + '?download=1');
|
||||
window.open(utils.url_path_join(that.base_url, 'files', item_path) + '?download=1');
|
||||
};
|
||||
|
||||
NotebookList.prototype.delete_selected = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user