diff --git a/IPython/html/static/services/contents.js b/IPython/html/static/services/contents.js index 8494e2a58..ab9d4f46c 100644 --- a/IPython/html/static/services/contents.js +++ b/IPython/html/static/services/contents.js @@ -102,7 +102,6 @@ define([ var error = options.error || function() {}; var settings = { processData : false, - cache : false, type : "POST", dataType : "json", success : options.success || function() {}, @@ -116,7 +115,6 @@ define([ var that = this; var settings = { processData : false, - cache : false, type : "DELETE", dataType : "json", success : options.success || function() {}, @@ -178,7 +176,6 @@ define([ var settings = { processData : false, - cache : false, type: method, data: JSON.stringify({copy_from: from}), dataType : "json",