From 68de408908a2cec9b0df1f67fe91939747e774e7 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 28 Apr 2011 01:00:35 +0200 Subject: Two small typos * it is config.XorgLogAnalysis not lowercase one * timeSheetRecordsPrinter needs to be declared, otherwise it is not available inside of the logger.js module itself. --- data/lib/rhbzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 69317ff..5daeea7 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -201,7 +201,7 @@ function sendBugUpstream() { * @return none */ function addCheckXorgLogLink(attList) { - if (config.xorglogAnalysis) { + if (config.XorgLogAnalysis) { attList.forEach(function (row) { var elemS = row[4].getElementsByTagName("td"); var elem = elemS[elemS.length - 1]; -- cgit