From 9910e458f1175332e7ac5f7b0ca19ca66d218aa4 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 10 Apr 2025 15:53:14 +0300 Subject: [PATCH] feat(input order): swap url and prefix input fields --- public/index.html | 2 +- public/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 65406b7..5eeeebd 100644 --- a/public/index.html +++ b/public/index.html @@ -21,8 +21,8 @@
- +
diff --git a/public/script.js b/public/script.js index 4124969..bbaf0c7 100644 --- a/public/script.js +++ b/public/script.js @@ -16,8 +16,8 @@ function isValidUrl(url) { const newCalendar = document.createElement('div'); newCalendar.className = 'calendar-entry'; newCalendar.innerHTML = ` - +