Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Nov 7, 2024
1 parent 8190615 commit b2499d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbclassic/static/notebook/js/notebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -3018,15 +3018,15 @@ define([
}
},
},
open : function () {
open : function () {
d.find('input[type="text"]').keydown(function (event) {
if (event.which === keyboard.keycodes.enter) {
d.find('.btn-primary').first().click();
return false;
}
});
d.find('input[type="text"]').val(current_dir).focus();
}
}
});
};

Expand Down

0 comments on commit b2499d2

Please sign in to comment.