Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 17, 2020
1 parent 34521a5 commit cc39348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/js/components/window/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
}
}, 3000);
}

this.on("reload", function() {
window.location.reload();
});
},

/**
Expand Down

0 comments on commit cc39348

Please sign in to comment.