diff --git a/ui (gen4)/e.js b/ui (gen4)/e.js index f0cf0c5a..73841aaf 100644 --- a/ui (gen4)/e.js +++ b/ui (gen4)/e.js @@ -34,6 +34,7 @@ function createWindow(){ show: false, // XXX get from config... (???) + // XXX for some reason this shows as black... backgroundColor: '#333333', diff --git a/ui (gen4)/features/peer.js b/ui (gen4)/features/peer.js index 1fa7e89c..58fbff98 100755 --- a/ui (gen4)/features/peer.js +++ b/ui (gen4)/features/peer.js @@ -182,7 +182,7 @@ var PeerActions = actions.Actions({ // - get proxies to specific peer... get peeractions(){ this.cache('peeractions', function(d){ - return d instanceof Array ? d.clone() : this.getPeerActions() }) }, + return d instanceof Array ? d.slice() : this.getPeerActions() }) }, getPeerActions: ['- System/Peer/', function(id){