diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index adbbaabcc..39b17d2b2 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -3179,8 +3179,14 @@ define([ title: i18n.msg._("Error loading notebook"), body : msg, buttons : { - "OK": {} - } + "Close": { + class : 'btn-danger', + click : function () { + window.close(); + } + }, + "Ok": {} + } }); };