Corrected weather icon.

yahoo_weather
simon04 14 years ago
parent 88871e120d
commit 09f8e65feb
  1. 2
      weather@venemo.net/extension.js

@ -176,7 +176,7 @@ WeatherMenuButton.prototype = {
case 27:/* mostly cloudy (night) */
return 'weather-clouds-night';
case 28:/* mostly cloudy (day) */
return 'weather-few-clouds';
return 'weather-clouds';
case 29:/* partly cloudy (night) */
return 'weather-few-clouds-night';
case 30:/* partly cloudy (day) */

Loading…
Cancel
Save