diff --git a/exec/textedit.js b/exec/textedit.js index c3d21d92958e929aa24aebf63f5318788fec0689..9355c074b6b5d6c036da38caeb05b05e6a8f704e 100644 --- a/exec/textedit.js +++ b/exec/textedit.js @@ -9,6 +9,7 @@ var len = 0; var msglens = []; var displaywith = 0; +// TODO: This should be in a separate (JSON) file... var details = { 'AutoMsg': { 'displaywith': 1, @@ -16,6 +17,9 @@ var details = { 'DirLibOrAll': { 'displaywith': 1, }, + 'FileInfoEditPrompt': { + 'displaywith': 1, + }, 'JoinWhichDir': { 'displaywith': 1, },