From ce2c1efc41470764126e9a1a7f4e0cfec4213587 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 14 Jul 2019 09:42:36 -0700 Subject: . --- html/subx/049memory_layout.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/subx/049memory_layout.subx.html') diff --git a/html/subx/049memory_layout.subx.html b/html/subx/049memory_layout.subx.html index db21c5c7..d3c5ad73 100644 --- a/html/subx/049memory_layout.subx.html +++ b/html/subx/049memory_layout.subx.html @@ -3,8 +3,8 @@ Mu - subx/049memory_layout.subx - - + + @@ -32,7 +32,7 @@ function JumpToLine() if (lineNum.indexOf('L') == -1) { lineNum = 'L'+lineNum; } - lineElem = document.getElementById(lineNum); + var lineElem = document.getElementById(lineNum); /* Always jump to new location even if the line was hidden inside a fold, or * we corrected the raw number to a line ID. */ -- cgit 1.4.1-2-gfad0