Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Disable browser cache when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed Nov 3, 2019
1 parent 2105e2a commit acb97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/about-tab/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './about.scss';
const handleUpdateClick = e => {
e.preventDefault();
applyUpdate(() => {
window.location.reload();
window.location.reload(true);
});
};

Expand Down

0 comments on commit acb97ee

Please sign in to comment.