diff --git a/js/lightdm-uestibulum.js b/js/lightdm-uestibulum.js index 01bb7f5..704a5a9 100644 --- a/js/lightdm-uestibulum.js +++ b/js/lightdm-uestibulum.js @@ -1,7 +1,7 @@ (function() { var U = window.uestibulum = { - config { theme: 'jdb', hidpi: true }, + config: { theme: 'jdb', hidpi: true }, themes: {} }; @@ -277,10 +277,7 @@ }); - $(document).ready(function() { - U.uiView = new U.UIView(); - console.log('window: ' + Object.getOwnPropertyNames(window).join(', ')); - }); + $(document).ready(function() { U.uiView = new U.UIView(); }); })();