diff --git a/Lightdm/Chicago95/js/main.js b/Lightdm/Chicago95/js/main.js index eefd679..824cc88 100755 --- a/Lightdm/Chicago95/js/main.js +++ b/Lightdm/Chicago95/js/main.js @@ -215,7 +215,7 @@ function handleFocus() { // Load the list of users initializeUsers(); // Load actions (suspend, reboot, shutdown, etc.) - initializeActions(); + // initializeActions(); // Handle focusing handleFocus(); -})(); \ No newline at end of file +})();