Skip to content

Commit

Permalink
Returned the default menus to the original values.
Browse files Browse the repository at this point in the history
  • Loading branch information
mabotelh committed Nov 4, 2012
1 parent 85f5337 commit efd95c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/default/layout/html/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def javascripts
#
def menu_lists

menus = [ "features", "tags", "featuredirectory" ]
menus = [ "features", "tags" ]

# load the yard-cucumber menus defined in the configuration file
if YARD::Config.options["yard-cucumber"] and YARD::Config.options["yard-cucumber"]["menus"]
Expand Down

0 comments on commit efd95c7

Please sign in to comment.