mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
expect JSON reply to save
This commit is contained in:
parent
c238553a4e
commit
0dfcc1b512
@ -161,6 +161,7 @@ define([
|
||||
var settings = {
|
||||
processData : false,
|
||||
type : "PUT",
|
||||
dataType: "json",
|
||||
data : JSON.stringify(model),
|
||||
contentType: 'application/json',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user