From ce3924b46335eb510318bfce133f5facc66c05fd Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 16 Jun 2024 11:51:10 +0300 Subject: [PATCH] Refactoring / code cleanup. See: * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. --- fc-solve/site/wml/src/1/index.html.tt2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/fc-solve/site/wml/src/1/index.html.tt2 b/fc-solve/site/wml/src/1/index.html.tt2 index 63165a3ee..353f04dd6 100644 --- a/fc-solve/site/wml/src/1/index.html.tt2 +++ b/fc-solve/site/wml/src/1/index.html.tt2 @@ -17,11 +17,10 @@ string to indices test. Please enable [%- WRAPPER wrap_html -%] -[%- BLOCK moved__emscripten_common -%] -[% INCLUDE emscripten_common__header %] +[% INCLUDE emscripten_common__header subject = "string to indices test" %] -[% END %] - -[% INCLUDE moved__emscripten_common incs = "require([\"s2i-test\"], function (t)" , subject = "string to indices test" , %] [% END %]