goba            Thu Jan  1 09:34:47 2004 EDT

  Modified files:              
    /phpdoc/scripts/quickref    processafter.php 
  Log:
  ups, keep the name of fh_HideAll(), since we call it from a SetTimeout
  
Index: phpdoc/scripts/quickref/processafter.php
diff -u phpdoc/scripts/quickref/processafter.php:1.6 
phpdoc/scripts/quickref/processafter.php:1.7
--- phpdoc/scripts/quickref/processafter.php:1.6        Thu Jan  1 09:31:00 2004
+++ phpdoc/scripts/quickref/processafter.php    Thu Jan  1 09:34:47 2004
@@ -16,7 +16,7 @@
   | Authors:    Mitja Slenc <[EMAIL PROTECTED]>                              |
   +----------------------------------------------------------------------+
   
-  $Id: processafter.php,v 1.6 2004/01/01 14:31:00 goba Exp $
+  $Id: processafter.php,v 1.7 2004/01/01 14:34:47 goba Exp $
 */
 
 $lines=file("originalafter.js");
@@ -24,7 +24,7 @@
        $lines[$key]=array_shift(explode("//", trim($line)));
 }
 
-$leave=array("cpd", "dcp", "for", "document", "forms", "break", "if", "continue", 
"var", "style", "innerHTML", "value", "getElementById", "onblur", "onfocus", 
"onkeyup", "onkeydown", "onkeypress", "onchange", "display", "pattern", "show", 
"left", "top", "event", "evt", "ev", "which", "length", "all", "navigator", 
"userAgent", "toLowerCase", "indexOf", "width", "else", "write", "split", "join", 
"charAt", "substring", "function", "return", "new", "Array", "switch", "case", "push", 
"pop", "default", "true", "false", "offsetLeft", "offsetParent", "while", "null", 
"tagName", "clientLeft", "parseInt", "border", "isNaN", "getAttribute", "charCode", 
"keyCode", "cc", "setTimeout", "fh_EBlurT", "setAttribute");
+$leave=array("cpd", "dcp", "for", "document", "forms", "break", "if", "continue", 
"var", "style", "innerHTML", "value", "getElementById", "onblur", "onfocus", 
"onkeyup", "onkeydown", "onkeypress", "onchange", "display", "pattern", "show", 
"left", "top", "event", "evt", "ev", "which", "length", "all", "navigator", 
"userAgent", "toLowerCase", "indexOf", "width", "else", "write", "split", "join", 
"charAt", "substring", "function", "return", "new", "Array", "switch", "case", "push", 
"pop", "default", "true", "false", "offsetLeft", "offsetParent", "while", "null", 
"tagName", "clientLeft", "parseInt", "border", "isNaN", "getAttribute", "charCode", 
"keyCode", "cc", "setTimeout", "fh_HideAll", "setAttribute");
 
 $text=implode(" ", $lines);
 

Reply via email to