fall back to ipv4 for local nodes if no ipv6 connection is available
This commit is contained in:
parent
c285022bca
commit
dc2121293e
9 changed files with 151 additions and 72 deletions
|
|
@ -309,7 +309,7 @@ oml.ui.folders = function() {
|
|||
})
|
||||
.css({height: items.length * 16 + 'px'})
|
||||
.size();
|
||||
oml.resizeFolders();
|
||||
oml.resizeListFolders();
|
||||
callback && callback();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ oml.addList = function() {
|
|||
isDuplicate = args.length == 1,
|
||||
isSmart, isFrom, name, callback,
|
||||
list, listData, data,
|
||||
ui = oml.user.ui,
|
||||
username = oml.user.preferences.username;
|
||||
Ox.Request.clearCache('getLists');
|
||||
oml.api.getLists(function(result) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue