Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Latourelle authored and Will Latourelle committed May 5, 2020
1 parent 301b0f5 commit 5e02e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/animated-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ function renderBackgroundHTML() {
if (current_config.entity || (Previous_Url != state_url)) {
if (!current_config.entity) {
STATUS_MESSAGE("Applying default background", true);
Previous_Entity = null;
Previous_State = null;
}
bg.innerHTML = html_to_render;
Previous_Url = state_url;
Expand Down

0 comments on commit 5e02e1b

Please sign in to comment.