about summary refs log tree commit diff stats
path: root/html/edit/007-sandbox-delete.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-12 00:58:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-12 00:59:15 -0800
commitb7717659a14748502a469490f572915c5ebd9c98 (patch)
treecb06f675c7ce85f207ab9e20c06b298924d4e91a /html/edit/007-sandbox-delete.mu.html
parent2c53c3d0a921aec9825946be8dc37eff95b95485 (diff)
downloadmu-b7717659a14748502a469490f572915c5ebd9c98.tar.gz
3790
Don't try to snapshot in scenarios.
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r--html/edit/007-sandbox-delete.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html
index 541a6c02..4518c456 100644
--- a/html/edit/007-sandbox-delete.mu.html
+++ b/html/edit/007-sandbox-delete.mu.html
@@ -154,7 +154,7 @@ if ('onhashchange' in window) {
 <span id="L92" class="LineNr"> 92 </span>  assert first-sandbox, <span class="Constant">[!!]</span>
 <span id="L93" class="LineNr"> 93 </span>  sandbox-left-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">left:offset</span>
 <span id="L94" class="LineNr"> 94 </span>  sandbox-right-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">right:offset</span>
-<span id="L95" class="LineNr"> 95 </span>  _, _, _, _, delete-button-left:num <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L341'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
+<span id="L95" class="LineNr"> 95 </span>  _, _, _, _, delete-button-left: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="L96" class="LineNr"> 96 </span>  result <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, delete-button-left, sandbox-right-margin
 <span id="L97" class="LineNr"> 97 </span>]
 <span id="L98" class="LineNr"> 98 </span>