From 6e0d4a7bf1404a1c9455bc371a594ac26fde559b Mon Sep 17 00:00:00 2001 From: WahPlus Date: Thu, 30 Apr 2026 16:34:55 +0300 Subject: [PATCH] Siebenmal in der Woche, zu viele Hausaufgaben! --- .github/workflows/minify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minify.js b/.github/workflows/minify.js index 6f5bece..b2922be 100644 --- a/.github/workflows/minify.js +++ b/.github/workflows/minify.js @@ -5,7 +5,7 @@ const Code = fs.readFileSync(process.argv[2],"utf-8") const Settings = { RenameVariables: true, RenameGlobals: false, - SolveMath: true, + SolveMath: false, Indentation: '\t' }