Add args to unsupported message response based on some warnings I saw. Indicate which files are unsaved in the editor.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3638 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-01-13 02:15:09 +00:00
parent 92c06b34a9
commit 7d8258c262
3 changed files with 15 additions and 1 deletions

View File

@ -176,3 +176,7 @@ a:active {
font-weight: bold;
background-color: #2aa198;
}
#files > li.dirty::after {
content: '*';
}