major rewrite of menu code, tons of bug and usability fixes, faster, and better cross browser integration, and RTL support

This commit is contained in:
Ted Serbinski
2007-04-07 05:41:34 +00:00
parent 4d03934230
commit 21563d09ce
5 changed files with 226 additions and 77 deletions

View File

@@ -50,7 +50,7 @@ function simplemenu_footer() {
);
drupal_add_js(array('simplemenu' => $settings), 'setting');
drupal_add_js('var simplemenu = '. drupal_to_js(simplemenu_get_menu() .';'), 'inline');
drupal_add_js('var simplemenu = '. drupal_to_js(simplemenu_get_menu()) .';', 'inline');
drupal_add_js($path .'/simplemenu.js');
}
}