Make Orientation configurable

This commit is contained in:
Jonathan Vogt 2016-01-26 00:47:33 +01:00
parent ad7da9afa0
commit 523103ce30

View File

@ -32,7 +32,7 @@ var weather = {
updateInterval: config.weather.interval || 6000,
fadeInterval: config.weather.fadeInterval || 1000,
intervalId: null,
orientation: 'vertical',
orientation: config.weather.orientation || 'vertical',
}
/**