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; }