mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix semantics of function parameter
This commit is contained in:
parent
742e603fd6
commit
2807f76e68
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@ Window {
|
|||
});
|
||||
}
|
||||
|
||||
function updateLocationText(visible) {
|
||||
if (visible) {
|
||||
function updateLocationText(enteringAddress) {
|
||||
if (enteringAddress) {
|
||||
notice.text = "Go to a place, @user, path or network address";
|
||||
notice.color = "gray";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue