Fixes show all/show less button on address list
This commit is contained in:
parent
5c1935e04b
commit
12adaa64d2
8 changed files with 110 additions and 161 deletions
|
|
@ -377,6 +377,7 @@ Network.prototype.send = function(dest, payload, cb) {
|
|||
|
||||
var message = this.encode(to, payload);
|
||||
this.socket.emit('message', message);
|
||||
|
||||
}
|
||||
|
||||
if (typeof cb === 'function') cb();
|
||||
|
|
@ -405,4 +406,6 @@ Network.prototype.lockIncommingConnections = function(allowedCopayerIdsArray) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
module.exports = Network;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue