mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Remove trailing comma
This commit is contained in:
parent
7240d2dafc
commit
f7860ce9d2
@ -76,7 +76,7 @@ define([
|
||||
this.base_url,
|
||||
'nbconvert',
|
||||
format,
|
||||
notebook_path,
|
||||
notebook_path
|
||||
) + "?download=" + download.toString();
|
||||
|
||||
window.open(url);
|
||||
|
Loading…
Reference in New Issue
Block a user