From 7f05eeee4f4f386a852ee79f44eb32acd26added Mon Sep 17 00:00:00 2001 From: Will Latourelle Date: Fri, 8 May 2020 08:08:12 -0700 Subject: [PATCH] spacing --- dist/animated-background.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/animated-background.js b/dist/animated-background.js index ba7c32b..b56056d 100644 --- a/dist/animated-background.js +++ b/dist/animated-background.js @@ -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 }; } } } @@ -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; @@ -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;