Merge branch 'develop' into weather-refactor

This commit is contained in:
Michael Teeuw
2017-10-18 12:01:44 +02:00

View File

@@ -92,7 +92,7 @@ var Module = Class.extend({
if (err) {
Log.error(err)
}
// The inner content of the div will be set after the template is received.
// This isn't the most optimal way, but since it's near instant
// it probably won't be an issue.