Revert "Revert "Removed the "fix_scrollbarbug" div and all references to it.""
[citadel.git] / webcit / event.c
index 5ad4636a3fef9948c39c55ad8c1eac25cd2d2eb8..56cee1e077f80ddbbce69da8821537e9f0d3e82c 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Editing calendar events.
  *
  * Copyright (c) 1996-2010 by the citadel.org team
@@ -173,8 +171,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
 
        wc_printf("<div id=\"content\" class=\"service\">\n");
 
-       wc_printf("<div class=\"fix_scrollbar_bug\">");
-
        /************************************************************
         * Uncomment this to see the UID in calendar events for debugging
        wc_printf("UID == ");
@@ -774,8 +770,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
        end_tab(3, 3);
        wc_printf("</form>\n");
 
-       wc_printf("</div>\n");                  /* end 'fix_scrollbar_bug' div */
-
        StrBufAppendPrintf(WC->trailing_javascript,
                "eventEditAllDay();             \n"
                "RecurrenceShowHide();          \n"