Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobTolkemit committed Mar 11, 2019
1 parent 74ce347 commit 0143856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Form/product_theme.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script>
fr = new FileReader();
function uploadPicture(evt) {
const dataTag = document.getElementById(`${evt.target.id}data`);
const dataTag = document.getElementById(`${evt.target.id}_data`);
fr.onload = (e) => {
const content = e.target.result;
Expand Down

0 comments on commit 0143856

Please sign in to comment.