diff --git a/notebook/static/base/js/dialog.js b/notebook/static/base/js/dialog.js index 8492c431c..9a4e5c150 100644 --- a/notebook/static/base/js/dialog.js +++ b/notebook/static/base/js/dialog.js @@ -212,55 +212,85 @@ define(function(require) { }; var edit_attachments = function (options) { - options.name = options.name || "Cell"; - var error_div = $('
').css('color', 'red'); var message = - "Manually edit the JSON below to manipulate attachments for this " + options.name + "."; - - var textarea = $('