Skip to content

Commit

Permalink
fixed releaser #2 using wrong http method.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 17, 2024
1 parent 5ba250a commit ff4418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/app/uploader_modal.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<span class="input-group-text">+</span>
<input type="text" list="uploader-text-list-2" name="uploader-text-releaser2" class="form-control" id="uploader-text-releaser-2"
aria-describedby="uploader-text-releasers-help" placeholder="example: Titan"
hx-get="/uploader/releaser/2"
hx-patch="/uploader/releaser/2"
hx-trigger="keyup[checkUserKeydown.call(this, event)] changed delay:{{$delay}}"
hx-target="#uploader-text-list-2">
</div>
Expand Down

0 comments on commit ff4418f

Please sign in to comment.