koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS: koha-html/intranet-html/includes cat-top.inc,1.3,1.4 c


From: Steve Tonnesen
Subject: [Koha-devel] CVS: koha-html/intranet-html/includes cat-top.inc,1.3,1.4 circulation-top.inc,1.3,1.4
Date: Wed Oct 10 12:53:06 2001

Update of /cvsroot/koha/koha-html/intranet-html/includes
In directory usw-pr-cvs1:/tmp/cvs-serv689

Modified Files:
        cat-top.inc circulation-top.inc 
Log Message:
Fix for javascript focus() call popping up an error dialog when using
Internet Explorer.


Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/cat-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cat-top.inc 2001/03/07 21:25:48     1.3
--- cat-top.inc 2001/10/10 19:52:26     1.4
***************
*** 26,29 ****
--- 26,30 ----
  
  function focusinput() {
+     window.onerror=null;
      document.forms[0].elements[0].focus();
  }

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/circulation-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** circulation-top.inc 2001/05/02 21:32:21     1.3
--- circulation-top.inc 2001/10/10 19:52:26     1.4
***************
*** 25,28 ****
--- 25,29 ----
  }
  function focusinput() {
+     window.onerror=null;
      document.forms[0].elements[0].focus();
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]