Fix global weather dialog.
Don't try to call "local_weather" when it isn't loaded.
This commit is contained in:
parent
e3fabacfc5
commit
fdcd319c9f
1 changed files with 1 additions and 1 deletions
|
@ -1759,7 +1759,7 @@
|
|||
Fix for #567 -->
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>local_weather.clear_all()</script>
|
||||
<script>if (getprop("/nasal/local_weather/loaded",0)) local_weather.clear_all()</script>
|
||||
</binding>
|
||||
</combo>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue