From a937534a8bf9220dabadf155550ccdbb4f344724 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 17 Apr 2017 09:46:41 -0400 Subject: [PATCH] disable lbryio --- ui/js/lbryio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/js/lbryio.js b/ui/js/lbryio.js index 53ba92f8a..53b49271b 100644 --- a/ui/js/lbryio.js +++ b/ui/js/lbryio.js @@ -8,7 +8,7 @@ const lbryio = { _authenticationPromise: null, _user : null, enabled: false -}; +}; const CONNECTION_STRING = 'http://localhost:8080/';