Skip to content

Commit

Permalink
Call the correct validation function in URL input (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Aug 5, 2024
1 parent ca878f2 commit 0466452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ textarea {
<div id="tab-content">
<div id="tab-content-url">
<input id="input-url" type="url" placeholder="Lottie URL" />
<button class="validate-button" onclick="validate_string(document.getElementById('input-text').value)">Validate</button>
<button class="validate-button" onclick="validate_url(document.getElementById('input-url').value)">Validate</button>
</div>
<div id="tab-content-upload" class="hidden">
<p>Drop a JSON file or click to browse</p>
Expand Down

0 comments on commit 0466452

Please sign in to comment.