From ecbeb59f1826f8fe62fb4a74560bb616e5a0504f Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Wed, 3 Feb 2016 23:17:46 -0600 Subject: [PATCH] adds TODO regarding the fancier UI --- notebook/static/tree/js/notebooklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index 319e65568..995b8fb13 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -835,6 +835,7 @@ define([ } } }, + // TODO: Consider adding fancier UI per Issue #941. open : function () { // Upon ENTER, click the OK button. input.keydown(function (event) {