From 37e53d47883efbbedfd3d67d63b4fae8a962601c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 1 May 2008 15:32:39 +0000 Subject: [PATCH] Fix z-index of nodes in workflow editor. --- .../scripts/galaxy.workflow_editor.canvas.js | 2 +- templates/workflow/editor.mako | 32 +++++++++---------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/static/scripts/galaxy.workflow_editor.canvas.js b/static/scripts/galaxy.workflow_editor.canvas.js index 46c35322a25..fc8691865de 100644 --- a/static/scripts/galaxy.workflow_editor.canvas.js +++ b/static/scripts/galaxy.workflow_editor.canvas.js @@ -374,7 +374,7 @@ $.extend( Workflow.prototype, { }); function prebuild_node_for_tool( id, title_text ) { - var f = $("
"); + var f = $("
"); var node = new Node( f ); node.tool_id = id; var title = $("
" + title_text + "
" ) diff --git a/templates/workflow/editor.mako b/templates/workflow/editor.mako index a1faadda4a4..cd2dd814fe6 100644 --- a/templates/workflow/editor.mako +++ b/templates/workflow/editor.mako @@ -20,13 +20,9 @@ - ## - ## - ## - ## - +