Don't play icon animation to prevent the browser on a tiny RPi to freeze

This commit is contained in:
Fabio Manganiello 2018-06-25 20:09:45 +02:00
parent 49333d892e
commit cb30a0418f

View file

@ -37,7 +37,6 @@ $(document).ready(function() {
}
skycons.add('weather-icon', icon);
skycons.play();
currentIcon = icon;
};