diff options
author | ronie <ronie@poedel.net> | 2014-10-26 21:33:35 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2014-10-26 21:33:35 +0100 |
commit | b690287222c44a49f8f9bab4046d7e13f9b1d71e (patch) | |
tree | 449ca248d7f643dc67878f6748a07abb5f0431ef | |
parent | b8a9e6ef89f61ed0153998fcaf23a6e4f2296e3a (diff) |
[Confluence] fix visible condition
-rw-r--r-- | addons/skin.confluence/720p/ViewsWeather.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/ViewsWeather.xml b/addons/skin.confluence/720p/ViewsWeather.xml index 553f2cd5f0..0ef41a1cb8 100644 --- a/addons/skin.confluence/720p/ViewsWeather.xml +++ b/addons/skin.confluence/720p/ViewsWeather.xml @@ -1499,7 +1499,7 @@ </include> <include name="WeatherAlerts"> <control type="group"> - <visible>StringCompare(Window.Property(Weather.CurrentView),alerts) + !(IsEmpty(Window.Property(Alerts.IsFetched)</visible> + <visible>StringCompare(Window.Property(Weather.CurrentView),alerts) + !IsEmpty(Window.Property(Alerts.IsFetched))</visible> <include>VisibleFadeEffect</include> <control type="button" id="996"> <description>Hidden Button for focus</description> |