Skip to content

Commit

Permalink
refactoring: remove TT2 directives that were empty and expand to empt…
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jun 16, 2024
1 parent 779ea4d commit ea343de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fc-solve/site/wml/src/js-fc-solve/find-deal/index.html.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ card solitaire game. <span class="enable_js">Please enable
<script>
[% INCLUDE set_up_requirejs %]
[% incs %] {
[% IF 0 && enable_jquery_ui %]
[% INCLUDE set_up_tabs %]
[% END %]
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);
;
});
[% suffix %]
});
</script>

Expand Down

0 comments on commit ea343de

Please sign in to comment.