Skip to content

Commit

Permalink
fe done
Browse files Browse the repository at this point in the history
  • Loading branch information
u5ele55 committed Dec 5, 2024
1 parent 67013da commit 699c78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/reviews_visits_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>По пользователям и посещениям</h3>

<div class="form-row">
<div class="col">
<input class="form-check-input" type="checkbox" value="" name="with_comment">
<input type="checkbox" value="" name="with_comment">
<label class="form-check-label" for="with_comment">
С комментарием
</label>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h3>По пользователям и посещениям</h3>

const with_comment = document.querySelector("input[name='with_comment']").value;

const comment = document.querySelector("input[name='comment']").value;
const comment = document.querySelector("textarea[name='comment']").value;

let data = {};
if (address)
Expand Down

0 comments on commit 699c78d

Please sign in to comment.