diff --git a/public/js/skin3d.js b/public/js/skin3d.js index 5fd3218..5a705be 100644 --- a/public/js/skin3d.js +++ b/public/js/skin3d.js @@ -15,7 +15,7 @@ const uploadSkin = async (event) => { body: formData }) - location.reload(true); + window.location = window.location.href+'?eraseCache=true'; } const uploadCape = async (event) => { @@ -35,7 +35,7 @@ const uploadCape = async (event) => { body: formData }) - location.reload(true); + window.location = window.location.href+'?eraseCache=true'; }