goba            Tue Dec 30 14:29:57 2003 EDT

  Modified files:              
    /phpdoc/scripts/quickref    originalafter.js 
  Log:
  Try to push the autocomplete turnoff with turning it off on the form too
  
Index: phpdoc/scripts/quickref/originalafter.js
diff -u phpdoc/scripts/quickref/originalafter.js:1.6 
phpdoc/scripts/quickref/originalafter.js:1.7
--- phpdoc/scripts/quickref/originalafter.js:1.6        Tue Dec 30 12:09:53 2003
+++ phpdoc/scripts/quickref/originalafter.js    Tue Dec 30 14:29:56 2003
@@ -188,12 +188,13 @@
 {
     if (f_s.value=="quickref") {
         f_p.autocomplete="off";
+        _d.forms[0].autocomplete="off";
         fh_NewText();
     }
 }
 
 function fh_EBlur() { setTimeout("fh_EBlurT()", 200); }
-function fh_EBlurT() { f_p.autocomplete="on"; fh_HideAll(); }
+function fh_EBlurT() { f_p.autocomplete="on"; _d.forms[0].autocomplete="on"; 
fh_HideAll(); }
 
 function fh_EKeyPress(ev)
 {

Reply via email to