mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-30 00:55:28 +02:00
Do not call initializeActions()
They are not displayed anyway, so dont try to initalize them which currently produces an error message. Fixes #66.
This commit is contained in:
parent
afbda18870
commit
a22a47bb3a
@ -215,7 +215,7 @@ function handleFocus() {
|
||||
// Load the list of users
|
||||
initializeUsers();
|
||||
// Load actions (suspend, reboot, shutdown, etc.)
|
||||
initializeActions();
|
||||
// initializeActions();
|
||||
// Handle focusing
|
||||
handleFocus();
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user