forked from cory/tildefriends
Adding a work-in-progress wiki using Markdeep. Plus a pile of unrelated small changes I've accrued.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3186 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -16,6 +16,7 @@ function index() {
|
||||
usersByApp["/~" + user.packageOwner + "/" + user.packageName].push(user.name);
|
||||
}
|
||||
|
||||
terminal.cork();
|
||||
terminal.clear();
|
||||
terminal.print("Available applications [active users]:");
|
||||
packages.sort(function(x, y) {
|
||||
@ -47,7 +48,8 @@ function index() {
|
||||
{href: "/~" + app.owner + "/" + app.name},
|
||||
message);
|
||||
});
|
||||
terminal.uncork();
|
||||
});
|
||||
}
|
||||
|
||||
index();
|
||||
index();
|
Reference in New Issue
Block a user