Skip to content

Commit

Permalink
fixed upload releaser #2 using wrong http method.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Oct 15, 2024
1 parent 0b00c29 commit e738a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/app/uploader_modal.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<span class="input-group-text">+</span>
<input type="text" list="uploader-trainer-list-2" name="uploader-trainer-releaser2" class="form-control" id="uploader-trainer-releaser-2"
aria-describedby="uploader-trainer-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-trainer-list-2">
</div>
Expand Down Expand Up @@ -409,7 +409,7 @@
<span class="input-group-text">+</span>
<input type="text" list="uploader-image-list-2" name="uploader-image-releaser2" class="form-control" id="uploader-image-releaser-2"
aria-describedby="uploader-image-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-image-list-2">
</div>
Expand Down

0 comments on commit e738a8b

Please sign in to comment.