commit/galaxy-central: dannon: Workflow editor fix for toolbox search always being enabled.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9b5977c69f42/ changeset: 9b5977c69f42 user: dannon date: 2012-10-15 16:35:21 summary: Workflow editor fix for toolbox search always being enabled. affected #: 1 file diff -r 2d12f10c87c73cb0ca2d9ef227613230d80736a9 -r 9b5977c69f429346845c084f69d5a969e7f8fe0a templates/workflow/editor.mako --- a/templates/workflow/editor.mako +++ b/templates/workflow/editor.mako @@ -60,7 +60,6 @@ } // Init tool options. - %if trans.app.toolbox_search.enabled: make_popupmenu( $("#tools-options-button"), { ## Search tools menu item. <% @@ -163,7 +162,6 @@ } this.lastValue = this.value; }); - %endif // Canvas overview management canvas_manager = new CanvasManager( $("#canvas-viewport"), $("#overview") ); 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)
-
Bitbucket