Skip to content

Commit 3833942

Browse files
committed
remove test indicator
1 parent 46fbc15 commit 3833942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/calendar/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Module.register("calendar", {
689689
by_url_calevents.push(event);
690690
}
691691
}
692-
if (true, limitNumberOfEntries) {
692+
if (limitNumberOfEntries) {
693693
// sort entries before clipping
694694
by_url_calevents.sort(function (a, b) {
695695
return a.startDate - b.startDate;

0 commit comments

Comments
 (0)