* Ditched the frames mode completely. It wasn't working properly in,
[citadel.git] / webcit / braindamage.c
index 71056f5afc99b24edeb3fb082ac703a5388b2995..564cda569187e0f4467c1fe167410031e61b48be 100644 (file)
  * 
  * 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)
  */