From 4db32118553372e49a71b2bba48410f1b4cd8a4a Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 5 Jan 2017 17:30:36 -0500 Subject: [PATCH] always make lbry globally available --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index d39fc84a5..d5cb1ab57 100644 --- a/js/main.js +++ b/js/main.js @@ -7,8 +7,8 @@ import SplashScreen from './component/splash.js'; var init = function() { + window.lbry = lbry; if (lbry.getClientSetting('debug')) { - window.lbry = lbry; window.lighthouse = lighthouse; }