Skip to content

Commit

Permalink
Fixed duplicating the text on multiple calls
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarageCodeEnjoyer committed Feb 10, 2024
1 parent 747fec5 commit 800cbdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
</div>
<input type="submit" value="Get Post">
</form>
<div id="caption"><b>Caption: </b></div>
<div><b>Caption: </b><span id="caption"></span></div>
<hr>
<div id="timestamp"><b>Timestamp: </b></div>
<div><b>Timestamp: </b><span id="timestamp"></span></div>
<hr>
<div id="id"><b>Post ID: </b></div>
<div><b>Post ID: </b><span id="id"></span></div>
<hr>
<div id="mediaType"><b>Media Type: </b></div>
<div><b>Media Type: </b><span id="mediaType"></span></div>
<hr>
<div id="permalink"><b>Permalink: </b></div>
<div><b>Permalink: </b><span id="permalink"></span></div>
<hr>
<img style="width: 300px; height: 300px;" src="" id="image" />
</div>
Expand Down

0 comments on commit 800cbdc

Please sign in to comment.