Index: openacs-4/packages/theme-zen/www/resources/js/goto.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/js/Attic/goto.js,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/theme-zen/www/resources/js/goto.js 4 Mar 2007 08:25:44 -0000 1.1.2.1 @@ -0,0 +1,8 @@ +function goto(theUrl, event) { + var key; + if (event) { + if (event.which == 13) { + location.href = theUrl; + } + } +} \ No newline at end of file