[dev] changeDisplay function broken

Marcus I. Ryan marcus@riboflavin.net
Wed, 13 Mar 2002 08:25:12 -0600


That was fixed in CVS yesterday.

Quoting Jan Kuipers <jrkuipers@lauwerscollege.nl>:

> The changeDisplay function in imp/templates/contacts/javascripts.inc
> is broken.
> 
> Patch:
> -------snip-------
>  Index: javascript.inc
> ===================================================================
> RCS file: /repository/imp/templates/contacts/javascript.inc,v
> retrieving revision 2.16
> diff -u -r2.16 javascript.inc
> --- javascript.inc	13 Mar 2002 10:42:58 -0000	2.16
> +++ javascript.inc	13 Mar 2002 12:33:04 -0000
> @@ -6,7 +6,7 @@
>  function changeDisplay() {
>      var listDisplay = window.document.contacts.display;
>  
> -    if (listDisplay.options[listDisplay.selectexIndex].value !=
> display) {
> +    if (listDisplay.options[listDisplay.selectexIndex] != display)
> {
>          display =
> listDisplay.options[listDisplay.selectedIndex].value;
>  
>          s = window.document.contacts.search_results;
> 
> ------snip-------
> 
> -- 
> Jan Kuipers
> Systeembeheer Lauwers College
> 
> -- 
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> 


-- 
Marcus I. Ryan, marcus@riboflavin.net
-----------------------------------------------------------------------
 "Love is a snowmobile racing across the tundra and then suddenly it
 flips over, pinning you underneath.  At night, the ice weasels come."
                 -- Matt Groening
-----------------------------------------------------------------------