Index: openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl 25 Apr 2018 19:47:46 -0000 1.4 @@ -2,7 +2,7 @@ # Menu 1 -# set menulist1 [list] +# set menulist1 {} # lappend menulist1 [list [list "text" "Google"] [list "url" "http://www.google.com"] ] # lappend menulist1 [list [list "text" "Yahoo"] [list "url" "http://www.yahoo.com"] ] @@ -19,11 +19,11 @@ # Menu 2 -# set submenuitems [list] +# set submenuitems {} # lappend submenuitems [list [list "text" "Home Page"] [list "url" "http://www.solutiongrove.com"] ] # lappend submenuitems [list [list "text" "Blog"] [list "url" "http://www.solutiongrove.com/blogger/"] ] # set submenulist1 [list [list "id" "sgrovelinks"] [list "itemdata" $submenuitems] ] -# set menulist2 [list] +# set menulist2 {} # lappend menulist2 [list [list "text" "OpenACS"] [list "url" "http://www.openacs.org"] ] # lappend menulist2 [list [list "text" "Solution Grove"] [list "submenu" $submenulist1] ]