From: Michael Prager Date: Thu, 14 Jan 2010 12:51:03 +0000 (+0100) Subject: fixed small error in ComingNextB, inroduced by last commit X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/2d79f7189b4deab3310b1e065a9e0f8e8e58108a fixed small error in ComingNextB, inroduced by last commit --- diff --git a/comingNextB/index.html b/comingNextB/index.html index 965702f..cab6e34 100644 --- a/comingNextB/index.html +++ b/comingNextB/index.html @@ -60,7 +60,7 @@ var config = { //------------------------------------------------------- // Nothing of interest from here on... //------------------------------------------------------- -var panelNum = 0; // use 1 for second panel +var panelNum = 1; // use 1 for second panel var version = "1.25"; var calendarService = null; var cacheEntriesHtml = [];