fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
woblink description limit change
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
documents
/
book_list.js
diff --git
a/src/redakcja/static/js/documents/book_list.js
b/src/redakcja/static/js/documents/book_list.js
index
9d2511d
..
0f03f4a
100644
(file)
--- a/
src/redakcja/static/js/documents/book_list.js
+++ b/
src/redakcja/static/js/documents/book_list.js
@@
-50,9
+50,7
@@
var user_callback = get_callback('user');
var users = [
- get_items("user", user_callback),
- {sep: '----'},
- get_items("other-user", user_callback)
+ get_items("active-users", user_callback)
];
var current_user_items = user_items = {};
var i = 0;