mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
fixed bug in javascript for shutting down notebook
This commit is contained in:
parent
14c4103694
commit
7897dbd979
@ -618,7 +618,7 @@ define([
|
||||
var url = utils.url_path_join(
|
||||
this.base_url,
|
||||
'api/sessions',
|
||||
encodeURIComponent(session)
|
||||
encodeURIComponent(session.id)
|
||||
);
|
||||
$.ajax(url, settings);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user