mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-09-26 11:18:41 +02:00
Merge pull request #72 from phil294/master
Do not call initializeActions()
This commit is contained in:
commit
1874821b69
@ -215,7 +215,7 @@ function handleFocus() {
|
|||||||
// Load the list of users
|
// Load the list of users
|
||||||
initializeUsers();
|
initializeUsers();
|
||||||
// Load actions (suspend, reboot, shutdown, etc.)
|
// Load actions (suspend, reboot, shutdown, etc.)
|
||||||
initializeActions();
|
// initializeActions();
|
||||||
// Handle focusing
|
// Handle focusing
|
||||||
handleFocus();
|
handleFocus();
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user