bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 10effac28fb85d7635af1eebd62a0eb1be079921
parent 2eb8e4574f4ab2dad45d35b5e06a842036a49062
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Fri, 27 Nov 2009 00:17:25 +0000

Leftover `langindicator' -> `contextindicator' change

svn: r17074

original commit: 64e018fffa2ee020ea1406c5de8e2e0470c8b137

Diffstat:
Mcollects/scribble/scribble-common.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/scribble/scribble-common.js b/collects/scribble/scribble-common.js @@ -141,7 +141,7 @@ AddOnLoad(function(){ for (var i=0; i<links.length; i++) MergePageArgsIntoLink(links[i]); var label = GetPageArg("ctxtname",false); if (!label) return; - var indicator = document.getElementById("langindicator"); + var indicator = document.getElementById("contextindicator"); if (!indicator) return; indicator.innerHTML = label; indicator.style.display = "block";