Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -N -r1.32.2.5 -r1.32.2.6 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 27 Sep 2016 07:57:48 -0000 1.32.2.5 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 8 Nov 2016 11:29:07 -0000 1.32.2.6 @@ -378,27 +378,32 @@ set return_string "" set counter 0 - append return_string "
-}] + template::add_event_listener \ + -id $selectid -event change \ + -script {go_to_url(this.options[this.selectedIndex].value);} + foreach item $items { set url_stub [ad_conn url] # if the url matches the url you would redirect to, as determined # either by highlight_url, or if highlight_url is not set, # the current url then select it if {$highlight_url ne "" && $highlight_url == [lindex $urls $counter]} { - append return_string "