Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyeonchul committed Nov 8, 2023
1 parent e1c7e64 commit 4e3ce5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/new_feed2.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ $("#Share").click(function () {
//const formHtml = document.getElementById("new-post-form");
//const putImagesToForm = imageList;
const TextToFrom = $("#text").val();
console.log(TextToFrom);
for (let i = 0; i < imageLengthCount; i++) {
formData.append("images", $("#input")[0].files[i]);
}
Expand Down

0 comments on commit 4e3ce5e

Please sign in to comment.