From 8db38b9e942a6400c88e05470d7b5ab68a795e4d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 21 Jan 2018 06:07:29 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/e.js | 1 + ui (gen4)/features/peer.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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){