Browse Source

Fix logic bug. Fixes #88

sisyphus
Dustin Falgout 8 years ago
parent
commit
181a8aa6a2
  1. 2
      themes/_vendor/js/mock.js

2
themes/_vendor/js/mock.js vendored

@ -478,7 +478,7 @@ let MockData = () => ({
});
if ( ! 'lightdm' in window ) {
if ( ! ( 'lightdm' in window ) ) {
new ConfigFile();
new GreeterUtil();
new LightDMGreeter();

Loading…
Cancel
Save