X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fbraindamage.c;h=564cda569187e0f4467c1fe167410031e61b48be;hb=5df6130d8bd12e440131268635390f01ecbb063f;hp=71056f5afc99b24edeb3fb082ac703a5388b2995;hpb=553f7fa36b751286e540f858599c999c61a2e8b6;p=citadel.git diff --git a/webcit/braindamage.c b/webcit/braindamage.c index 71056f5af..564cda569 100644 --- a/webcit/braindamage.c +++ b/webcit/braindamage.c @@ -14,11 +14,11 @@ * * Given the value of the HTTP "User-agent:" directive supplied by * a web browser, determine using a local configuration file whether - * the browser is capable of handling WebCit's frames/JavaScript mode. + * the browser is capable of handling JavaScript. * * This function returns one of the following values: - * B_YES (Yes, it's ok to use frames and JavaScript) - * B_NO (No, fall back to the noframes version) + * B_YES (Yes, it's ok to use JavaScript) + * B_NO (No, fall back to HTML) * B_ASK (We don't know; ask the user) */