mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 06:04:42 +02:00
Removed Window.alert() because it was blocking the defaultScripts thread.
This commit is contained in:
parent
1429a32928
commit
83b3c12559
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function menuItemEvent(menuItem) {
|
|||
} else if (isChecked === false) {
|
||||
Settings.setValue(SETTINGS_KEY, false);
|
||||
}
|
||||
Window.alert('You must reload all scripts for this to take effect.');
|
||||
console.log('You must reload all scripts for this to take effect.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue