From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/edit/008-sandbox-edit.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/edit/008-sandbox-edit.mu.html') diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 4c8025ab..7f6028a7 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -184,7 +184,7 @@ if ('onhashchange' in window) { 122 # some preconditions for attempting to edit a sandbox 123 def should-attempt-edit? click-row:num, click-column:num, env:&:environment -> result:bool [ 124 local-scope -125 load-ingredients +125 load-inputs 126 # are we below the sandbox editor? 127 click-sandbox-area?:bool <- click-on-sandbox-area? click-row, click-column, env 128 return-unless click-sandbox-area?, 0/false @@ -203,7 +203,7 @@ if ('onhashchange' in window) { 141 142 def try-edit-sandbox click-row:num, env:&:environment -> clicked-on-edit-button?:bool, env:&:environment [ 143 local-scope -144 load-ingredients +144 load-inputs 145 # identify the sandbox to edit, if the click was actually on the 'edit' button 146 sandbox:&:sandbox <- find-sandbox env, click-row 147 return-unless sandbox, 0/false -- cgit 1.4.1-2-gfad0