Page popups work again
authorArt Cancro <ajc@citadel.org>
Fri, 27 Jan 2006 18:50:53 +0000 (18:50 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Jan 2006 18:50:53 +0000 (18:50 +0000)
webcit/ChangeLog
webcit/webcit.c

index 0d41d0d0b8881980a5892235e2c56c3073a89ffd..c85fa733d42c4671de3aa3c142f53c9537486c28 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Fri Jan 27 13:50:38 EST 2006 ajc
+* Page popups work again.
+
 Thu Jan 26 15:44:56 EST 2006 ajc
 * Complete overhaul of "Notes" view.  Now features AJAX create and edit operations.
 
index e03db53de88f4e6877691b82ebafcf4c3ca36420..f42fa4fc2b2c0a333eca59ca5ed94cc9627b56ad 100644 (file)
@@ -457,8 +457,8 @@ void output_headers(        int do_httpheaders,     /**< 1 = output HTTP headers
                if ( (WC->logged_in) && (!unset_cookies) ) {
                        wprintf("<div id=\"iconbar\">");
                        do_selected_iconbar();
-                       /** check for instant messages (these display in a new window) 
-                       page_popup();  */
+                       /** check for instant messages (these display in a new window) */
+                       page_popup();
                        wprintf("</div>");
                }