mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Remove one more unnecessary cache parameter
This commit is contained in:
parent
2962a3ce17
commit
658eb39c56
@ -135,7 +135,6 @@ define([
|
||||
var data = {name: new_name, path: new_path};
|
||||
var settings = {
|
||||
processData : false,
|
||||
cache : false,
|
||||
type : "PATCH",
|
||||
data : JSON.stringify(data),
|
||||
dataType: "json",
|
||||
|
Loading…
Reference in New Issue
Block a user