mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-29 12:06:59 -05:00
major changes, including tailwind v4
This commit is contained in:
@@ -278,7 +278,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
document.getElementById(`postalCode-${submissionId}`).value = address.postcode || '';
|
||||
|
||||
// Update search input
|
||||
const locationString = [
|
||||
const locationString-3 = [
|
||||
document.getElementById(`streetAddress-${submissionId}`).value,
|
||||
document.getElementById(`city-${submissionId}`).value,
|
||||
document.getElementById(`state-${submissionId}`).value,
|
||||
|
||||
Reference in New Issue
Block a user