From: Matthijs Kooijman Date: Tue, 15 Sep 2009 09:10:29 +0000 (+0200) Subject: Fix typo in comment. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=2ff5b9413eb9d2aeb77b5b9eb520dd8e35625c86 Fix typo in comment. --- diff --git a/static/exodus/js/homepage.js b/static/exodus/js/homepage.js index 7731298..eae0b1a 100644 --- a/static/exodus/js/homepage.js +++ b/static/exodus/js/homepage.js @@ -8,7 +8,7 @@ function switchCloseup(to) { $(".closeup div." + to).addClass('selected'); } -//hides all previewcontent and reveales the selected info +//hides all previewcontent and reveals the selected info function switchInfo(cls) { /* Deselect all summaries */ $(".summary div").removeClass('selected');