@ -94,7 +94,7 @@ define([
success_callback: function (data, status, xhr) {
window.open(
utils.url_join_encode(
common_options.base_url, 'notebooks',
that.base_url, 'notebooks',
data.path, data.name
), '_blank');
},
@ -334,7 +334,8 @@ define([
notebooklist.contents.delete_file(nbname, path, {
success_callback: function() {
notebooklist.notebook_deleted(path, nbname);
});
}
Cancel : {}