From 696e1bdb9e9d4695d37bcce8fc48f5f201ffd156 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Thu, 10 Jan 2008 16:13:52 +0000 Subject: [PATCH] Typofix, I think --- themes/slashcode/htdocs/images/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/slashcode/htdocs/images/comments.js b/themes/slashcode/htdocs/images/comments.js index be4e298fd..dbaa31663 100644 --- a/themes/slashcode/htdocs/images/comments.js +++ b/themes/slashcode/htdocs/images/comments.js @@ -813,7 +813,7 @@ function ajaxFetchComments(cids, option, thresh, highlight) { if (adTimerInsert) { var tree = $('tree_' + adTimerInsert); if (tree) { - var adcall = ''; + var adcall = ''; var html = '
  • ' + adcall +'
  • '; var commtree = $('commtree_' + adTimerInsert);