From 01a18874920953d49896d9442833dead538d1c4a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 3 Dec 2006 05:10:39 +0000 Subject: [PATCH] BubbleTooltips.js is now loaded as part of the HEAD of every page, instead of in the middle of the calendar month view. This is because Internet Exploder displays an error when we try to enable tooltips, if the page was loaded using HTTPS. We don't know why, aside from the usual reason that IE sucks. --- webcit/calendar_view.c | 3 +-- webcit/static/head.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index c834ccc21..6aea0e0d9 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -424,8 +424,7 @@ void calendar_month_view(int year, int month, int day) { * being rendered. See http://www.shaftek.org/blog/archives/000212.html * for more information. */ - wprintf("\n" - "\n" ); diff --git a/webcit/static/head.html b/webcit/static/head.html index fb6955398..8ed78102c 100644 --- a/webcit/static/head.html +++ b/webcit/static/head.html @@ -9,6 +9,7 @@ + -- 2.39.2