From 26a9af850b3741ef5e58757839bae1ea46570f9a Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Fri, 14 Dec 2018 20:25:45 -0500 Subject: [PATCH] Move WebUI Peers code to separate file --- src/webui/www/private/properties_content.html | 1 - src/webui/www/private/scripts/client.js | 81 +------------ src/webui/www/private/scripts/prop-peers.js | 106 ++++++++++++++++++ src/webui/www/webui.qrc | 1 + 4 files changed, 108 insertions(+), 81 deletions(-) create mode 100644 src/webui/www/private/scripts/prop-peers.js diff --git a/src/webui/www/private/properties_content.html b/src/webui/www/private/properties_content.html index f70b1cb57..badda462c 100644 --- a/src/webui/www/private/properties_content.html +++ b/src/webui/www/private/properties_content.html @@ -154,7 +154,6 @@