From 0779a546c795bef6bb3385cc340395bc56298765 Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Sat, 18 Jun 2022 19:37:18 +0300 Subject: [PATCH] fix: mjs content type by using js --- apps/hebrew_calendar/customizer.html | 2 +- apps/hebrew_calendar/{customizer.mjs => customizer.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/hebrew_calendar/{customizer.mjs => customizer.js} (100%) diff --git a/apps/hebrew_calendar/customizer.html b/apps/hebrew_calendar/customizer.html index bea860e53..0cd63783b 100644 --- a/apps/hebrew_calendar/customizer.html +++ b/apps/hebrew_calendar/customizer.html @@ -39,7 +39,7 @@ - + diff --git a/apps/hebrew_calendar/customizer.mjs b/apps/hebrew_calendar/customizer.js similarity index 100% rename from apps/hebrew_calendar/customizer.mjs rename to apps/hebrew_calendar/customizer.js