Skip to content

Commit

Permalink
Refactoring / code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jun 16, 2024
1 parent 7b0ecc9 commit ce3924b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions fc-solve/site/wml/src/1/index.html.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@ string to indices test. <span class="enable_js">Please enable

[%- WRAPPER wrap_html -%]

[%- BLOCK moved__emscripten_common -%]
[% INCLUDE emscripten_common__header %]
[% INCLUDE emscripten_common__header subject = "string to indices test" %]
<script>
[% INCLUDE set_up_requirejs %]
[% incs %] {
require(["s2i-test"], function (t) {
window.my_web_fc_solve_ui = web_fc_solve_ui;
web_fc_solve_ui.init_module((module_wrapper)=>{
web_fc_solve_ui.set_up(module_wrapper);
$(window._set_up_tabs);
});
});
</script>
[% END %]

[% INCLUDE moved__emscripten_common incs = "require([\"s2i-test\"], function (t)" , subject = "string to indices test" , %]

[% END %]

0 comments on commit ce3924b

Please sign in to comment.