]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
* finish message displaying.
[citadel.git] / webcit / context_loop.c
index c2943f07e221142ce7fb28f89edebf4f3ab777b2..9bbb477c40418ed28ee477c42ed2cece7bea182d 100644 (file)
@@ -454,6 +454,7 @@ void context_loop(int *sock)
 #ifdef TECH_PREVIEW
        if ((strncmp(ChrPtr(ReqLine), "/sslg", 5) != 0) &&
            (strncmp(ChrPtr(ReqLine), "/static/", 8) != 0) &&
+           (strncmp(ChrPtr(ReqLine), "/tiny_mce/", 10) != 0) &&
            (strncmp(ChrPtr(ReqLine), "/wholist_section", 16) != 0) &&
            (strstr(ChrPtr(ReqLine), "wholist_section") == NULL)) {
 #endif