X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmsg_renderers.c;h=2ff94b66a30b7c2aa397830b00812391a9f0292c;hb=0ec5fe16bdd0dc4c7426b0097adf1377d0841c03;hp=55411e22860ca66eab9acb336aa717a09b6a1822;hpb=e2fdc984d034b949255a49443c0b617cfef7bd88;p=citadel.git diff --git a/webcit/msg_renderers.c b/webcit/msg_renderers.c index 55411e228..2ff94b66a 100644 --- a/webcit/msg_renderers.c +++ b/webcit/msg_renderers.c @@ -1209,10 +1209,8 @@ readloop_struct rlid[] = { /* Spit out the new summary view. This is basically a static page, so clients can cache the layout, all the dirty work is javascript :) */ void new_summary_view(void) { - begin_burst(); DoTemplate(HKEY("msg_listview"),NULL,&NoCtx); DoTemplate(HKEY("trailing"),NULL,&NoCtx); - end_burst(); }