diff options
Diffstat (limited to 'src/templates/time.template.html')
-rw-r--r-- | src/templates/time.template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/time.template.html b/src/templates/time.template.html index 663c8e5..c7dad96 100644 --- a/src/templates/time.template.html +++ b/src/templates/time.template.html @@ -8,7 +8,7 @@ {{ #weather }} {{ #showTemperature }} <div class="temperature weatherItem"> - <img src="http://openweathermap.org/img/wn/{{ weather.weather.0.icon }}.png"> + <img dragable="false" src="http://openweathermap.org/img/wn/{{ weather.weather.0.icon }}.png"> {{ weather.main.temp }}ºF </div> {{ /showTemperature }} @@ -43,4 +43,4 @@ No weather </div> {{ /weather }} -</div>
\ No newline at end of file +</div> |