From: Jan Schneider Date: Fri, 21 May 2010 16:34:26 +0000 (+0200) Subject: Fix detecting of more... link in all-day area of week view. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e48baa1c20df4d8a54c0b85fb85507627a051210;p=horde.git Fix detecting of more... link in all-day area of week view. --- 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();