From: Chris Porter Date: Mon, 10 Nov 2008 08:57:59 +0000 (+0000) Subject: TODO update, also include more instead of sortables. X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/1fe2af0121847a6915423fa98c2cb7ce83b25121 TODO update, also include more instead of sortables. --- diff --git a/TODO.txt b/TODO.txt index cbd4d1f..785d2ba 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,6 +2,7 @@ UI: tab dragging undo closed tab [ ] style flashing + block backspace Authing: Finish integration @@ -9,7 +10,8 @@ Authing: IRC: /msg $ goes to status, as does /notice $ - + Nick in use should go to active window. + Options pane: Finish! Various options: diff --git a/pagegen.py b/pagegen.py index 849706b..3180389 100644 --- a/pagegen.py +++ b/pagegen.py @@ -11,8 +11,8 @@ UIs = { "qui": { "class": "QUI", "uifiles": ["qui"], - "extra": ["mootools-1.2-sortables"], - "buildextra": ["mootools-1.2-sortables"], + "extra": ["mootools-1.2-more"], + "buildextra": ["mootools-1.2-more"], "doctype": "" },