fix renaming list
This commit is contained in:
parent
ab87ba22d7
commit
f5fb255e20
3 changed files with 3 additions and 4 deletions
|
|
@ -792,7 +792,6 @@ oml.getLists = function(callback) {
|
|||
var ui = oml.user.ui;
|
||||
Ox.Request.clearCache('getLists');
|
||||
oml.api.getLists(function(result) {
|
||||
var username = oml.user.preferences.username;
|
||||
ui._lists = result.data.lists.map(function(list) {
|
||||
// FIXME: 'editable' is notoriously vague
|
||||
list.name = list.type == 'libraries' ? Ox._('Libraries')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue