Skip to content

Commit

Permalink
Update admin-dev/themes/new-theme/js/pages/product/components/dropzon…
Browse files Browse the repository at this point in the history
…e/Dropzone.vue

Co-authored-by: GoT <PierreRambaud@users.noreply.github.com>
  • Loading branch information
NoZTurn and PierreRambaud committed Jun 17, 2021
1 parent ff60b03 commit 708719b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
const imageElement = document.querySelector(
DropzoneMap.savedImage(newImage.image_id),
);
var imageUpdateTime = new Date();
const imageUpdateTime = new Date();
imageElement.src = newImage.image_url + '?' + imageUpdateTime.getTime();
$.growl({message: this.$t('window.imageReplaced')});
Expand Down

0 comments on commit 708719b

Please sign in to comment.