Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Latourelle authored and Will Latourelle committed May 8, 2020
1 parent 64e77c9 commit 7f05eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/animated-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function currentConfig() {
var current_url = return_config.state_url[current_state];
if (current_url) {
if (current_url == "none") {
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 };
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 };
}
}
}
Expand Down Expand Up @@ -383,7 +383,7 @@ function renderBackgroundHTML() {
}
}
else {
if(!current_config.reason){
if (!current_config.reason) {
DEBUG_MESSAGE("No default_url found, restoring lovelace theme")
}
temp_enabled = false;
Expand All @@ -401,7 +401,7 @@ function renderBackgroundHTML() {
}
}
else {
if(!current_config.reason){
if (!current_config.reason) {
DEBUG_MESSAGE("No default_url found, restoring lovelace theme")
}
temp_enabled = false;
Expand Down

0 comments on commit 7f05eee

Please sign in to comment.