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