forked from rampatra/wedding-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RSVP form in index.html for improved user experience; change c…
…onfirmation message to Spanish and adjust form submission handling in scripts.js and scripts.min.js to use an iframe for better response management.
- Loading branch information
Showing
3 changed files
with
91 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
function initDarkMode() { | ||
// La función se eliminará por completo | ||
} | ||
|
||
// Cambiar const por var para compatibilidad | ||
var darkMapStyle = [ | ||
// El array se eliminará | ||
]; | ||
|
||
var lightMapStyle = []; // Estilo por defecto del mapa | ||
var lightMapStyle = []; // Mantener solo el estilo por defecto del mapa |
Oops, something went wrong.