1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3bbb2f8e43b1/ Changeset: 3bbb2f8e43b1 User: martenson Date: 2013-12-19 21:47:36 Summary: removed unnecessary class from toolshed top menu items as it started to ‘work’ with the last bootstrap dropdown plugin inclusion (didn’t do anything until now) Affected #: 1 file diff -r cf07500dd390b0daed5a266d69f3ca20e92e06e0 -r 3bbb2f8e43b109b5adc8925a52ed23d9f31cd236 templates/webapps/tool_shed/base_panels.mako --- a/templates/webapps/tool_shed/base_panels.mako +++ b/templates/webapps/tool_shed/base_panels.mako @@ -38,9 +38,9 @@ %><li class="${cls}" style="${style}"> %if href: - <a class="${a_cls}" data-toggle="dropdown" target="${target}" href="${href}">${display}${extra}</a> + <a class="${a_cls}" target="${target}" href="${href}">${display}${extra}</a> %else: - <a class="${a_cls}" data-toggle="dropdown">${display}${extra}</a> + <a class="${a_cls}" >${display}${extra}</a> %endif %if menu_options: <ul class="dropdown-menu"> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.