commit/galaxy-central: guerler: ToolForm: Activate tool form
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4f46caf59f6c/ Changeset: 4f46caf59f6c User: guerler Date: 2014-12-10 16:02:50+00:00 Summary: ToolForm: Activate tool form Affected #: 1 file diff -r eca8b8ed910366a2f72b778ace674e3126832e66 -r 4f46caf59f6c6a8a5dd03a425cc2656f91198fe1 templates/webapps/galaxy/tool_form.mako --- a/templates/webapps/galaxy/tool_form.mako +++ b/templates/webapps/galaxy/tool_form.mako @@ -4,7 +4,7 @@ ${h.css('base', 'jquery-ui/smoothness/jquery-ui')} ## skip new tool form code if disabled -%if trans.app.config.get('toolform_upgrade', False): +##%if trans.app.config.get('toolform_upgrade', False): <% ## TEMPORARY: create tool dictionary in mako while both tool forms are in use. ## This avoids making two separate requests since the classic form requires the mako anyway. @@ -28,9 +28,9 @@ }); </script><div id="tool-form-classic" style="display: none;"> -%else: - <div id="tool-form-classic"> -%endif +##%else: +## <div id="tool-form-classic"> +##%endif <%namespace file="/message.mako" import="render_msg" /><%namespace file="/base_panels.mako" import="overlay" /> 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.
participants (1)
-
commits-noreply@bitbucket.org