about summary refs log tree commit diff stats
path: root/html/edit/006-sandbox-copy.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r--html/edit/006-sandbox-copy.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html
index 688c496b..1fba95c1 100644
--- a/html/edit/006-sandbox-copy.mu.html
+++ b/html/edit/006-sandbox-copy.mu.html
@@ -208,7 +208,7 @@ if ('onhashchange' in window) {
 <span id="L146" class="LineNr">146 </span>  assert first-sandbox, <span class="Constant">[!!]</span>
 <span id="L147" class="LineNr">147 </span>  sandbox-left-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">left:offset</span>
 <span id="L148" class="LineNr">148 </span>  sandbox-right-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">right:offset</span>
-<span id="L149" class="LineNr">149 </span>  _, _, copy-button-left:num, copy-button-right:num, _ <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L344'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
+<span id="L149" class="LineNr">149 </span>  _, _, copy-button-left:num, copy-button-right:num, _ <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L338'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
 <span id="L150" class="LineNr">150 </span>  copy-button-vertical-area?:bool <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L209'>within-range?</a> click-column, copy-button-left, copy-button-right
 <span id="L151" class="LineNr">151 </span>  <span class="muControl">return-unless</span> copy-button-vertical-area?, <span class="Constant">0/false</span>
 <span id="L152" class="LineNr">152 </span>  <span class="Comment"># finally, is sandbox editor empty?</span>