From 01a1934ddf4f0a95aeb096a72f9987c3d8b1549c Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 4 Sep 2025 22:46:00 +0200 Subject: [PATCH] missing .js in import fixed --- js/mzta-special-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-special-commands.js b/js/mzta-special-commands.js index 25e9d508..66befc7c 100644 --- a/js/mzta-special-commands.js +++ b/js/mzta-special-commands.js @@ -17,7 +17,7 @@ */ // Call the API to use a special prompt - import { prefs_default } from "../options/mzta-options-default"; + import { prefs_default } from "../options/mzta-options-default.js"; import { taLogger } from './mzta-logger.js';