Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Nov 7, 2024
1 parent b2499d2 commit 4832cc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nbclassic/static/notebook/js/notebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,6 @@ define([
'name': '',
'path': utils.url_path_split(path)[0]
}
console.log(model)
return that.contents.save(path, model).catch();
}
)
Expand Down Expand Up @@ -3015,9 +3014,9 @@ define([
);
});
return false;
}
},
}
},
},
open : function () {
d.find('input[type="text"]').keydown(function (event) {
if (event.which === keyboard.keycodes.enter) {
Expand Down

0 comments on commit 4832cc4

Please sign in to comment.