Skip to content

Commit 7f05eee

Browse files
Will LatourelleWill Latourelle
Will Latourelle
authored and
Will Latourelle
committed
spacing
1 parent 64e77c9 commit 7f05eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/animated-background.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function currentConfig() {
193193
var current_url = return_config.state_url[current_state];
194194
if (current_url) {
195195
if (current_url == "none") {
196-
return_config = { enabled: false, reason: "current state('" + current_state + "') state_url is set to 'none'", entity: return_config.entity, default_url:return_config.default_url, state_url:return_config.state_url };
196+
return_config = { enabled: false, reason: "current state('" + current_state + "') state_url is set to 'none'", entity: return_config.entity, default_url: return_config.default_url, state_url: return_config.state_url };
197197
}
198198
}
199199
}
@@ -383,7 +383,7 @@ function renderBackgroundHTML() {
383383
}
384384
}
385385
else {
386-
if(!current_config.reason){
386+
if (!current_config.reason) {
387387
DEBUG_MESSAGE("No default_url found, restoring lovelace theme")
388388
}
389389
temp_enabled = false;
@@ -401,7 +401,7 @@ function renderBackgroundHTML() {
401401
}
402402
}
403403
else {
404-
if(!current_config.reason){
404+
if (!current_config.reason) {
405405
DEBUG_MESSAGE("No default_url found, restoring lovelace theme")
406406
}
407407
temp_enabled = false;

0 commit comments

Comments
 (0)