mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #574 from blink1073/fix-upload
Fix handling of upload add_link
This commit is contained in:
commit
61c99ca11c
@ -825,7 +825,7 @@ define([
|
||||
filedata = btoa(bytes);
|
||||
format = 'base64';
|
||||
}
|
||||
var model = {};
|
||||
var model = { name: filename, path: path };
|
||||
|
||||
var name_and_ext = utils.splitext(filename);
|
||||
var file_ext = name_and_ext[1];
|
||||
|
Loading…
Reference in New Issue
Block a user