diff --git a/src/web/HTMLOperation.mjs b/src/web/HTMLOperation.mjs
index f46b3ba8..285fe10e 100755
--- a/src/web/HTMLOperation.mjs
+++ b/src/web/HTMLOperation.mjs
@@ -83,7 +83,7 @@ class HTMLOperation {
pause
not_interested
- keyboard_arrow_up
+ keyboard_arrow_up
`;
diff --git a/src/web/Manager.mjs b/src/web/Manager.mjs
index 493d3a19..f7e08aa6 100755
--- a/src/web/Manager.mjs
+++ b/src/web/Manager.mjs
@@ -120,7 +120,7 @@ class Manager {
document.getElementById("load-delete-button").addEventListener("click", this.controls.loadDeleteClick.bind(this.controls));
document.getElementById("load-name").addEventListener("change", this.controls.loadNameChange.bind(this.controls));
document.getElementById("load-button").addEventListener("click", this.controls.loadButtonClick.bind(this.controls));
- document.getElementById("hide-icon").addEventListener("click", this.controls.hideRecipeOptClick.bind(this.recipe));
+ document.getElementById("hide-icon").addEventListener("click", this.controls.hideRecipeArgsClick.bind(this.recipe));
document.getElementById("support").addEventListener("click", this.controls.supportButtonClick.bind(this.controls));
this.addMultiEventListeners("#save-texts textarea", "keyup paste", this.controls.saveTextChange, this.controls);
@@ -136,7 +136,7 @@ class Manager {
// Recipe
this.addDynamicListener(".arg:not(select)", "input", this.recipe.ingChange, this.recipe);
this.addDynamicListener(".arg[type=checkbox], .arg[type=radio], select.arg", "change", this.recipe.ingChange, this.recipe);
- this.addDynamicListener(".hide-options", "click", this.recipe.hideOptClick, this.recipe);
+ this.addDynamicListener(".hide-args-icon", "click", this.recipe.hideArgsClick, this.recipe);
this.addDynamicListener(".disable-icon", "click", this.recipe.disableClick, this.recipe);
this.addDynamicListener(".breakpoint", "click", this.recipe.breakpointClick, this.recipe);
this.addDynamicListener("#rec-list li.operation", "dblclick", this.recipe.operationDblclick, this.recipe);
diff --git a/src/web/html/index.html b/src/web/html/index.html
index ad940040..b5cff9f0 100755
--- a/src/web/html/index.html
+++ b/src/web/html/index.html
@@ -177,7 +177,7 @@
Recipe
-