From e48baa1c20df4d8a54c0b85fb85507627a051210 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 21 May 2010 18:34:26 +0200 Subject: [PATCH] Fix detecting of more... link in all-day area of week view. --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 5f1cde21f..5ecb2adaf 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -1613,7 +1613,7 @@ KronolithCore = { if (view == 'day') { $('kronolithViewDay').down('.kronolithAllDayContainer').insert(div.setStyle(style)); } else { - var existing = $('kronolithAllDay' + date).select('div'); + var existing = $('kronolithAllDay' + date).childElements(); if (existing.size() == 3) { if (existing[2].className != 'kronolithMore') { existing[2].remove(); -- 2.11.0