Skip to content

Commit

Permalink
deploy: 7c758d2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheoni committed Dec 22, 2024
1 parent c67fc4a commit a10c779
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 111 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h1>cooklang-rs playground</h1>
<input type="checkbox" name="loadUnits" id="loadUnits">
<label for="loadUnits">Load units</label>
</div>

<fieldset>
<legend>Extensions</legend>
<div id="extensions-container"></div>
Expand Down Expand Up @@ -330,15 +330,11 @@ <h1>cooklang-rs playground</h1>

const extensionsContainer = document.getElementById("extensions-container");
const extensions = [
"MULTILINE_STEPS",
"COMPONENT_MODIFIERS",
"COMPONENT_NOTE",
"COMPONENT_ALIAS",
"SECTIONS",
"ADVANCED_UNITS",
"MODES",
"TEMPERATURE",
"TEXT_STEPS",
"RANGE_VALUES",
"TIMER_REQUIRES_TIME",
"INTERMEDIATE_PREPARATIONS",
Expand Down Expand Up @@ -418,4 +414,4 @@ <h1>cooklang-rs playground</h1>
</script>
</body>

</html>
</html>
Loading

0 comments on commit a10c779

Please sign in to comment.