Skip to content

Commit

Permalink
Merge pull request #677 from guerler/fix_version_002
Browse files Browse the repository at this point in the history
[15.07] Fix version handling in tool form
  • Loading branch information
bgruening committed Aug 31, 2015
2 parents 525188d + 4dd6304 commit 3653bf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/tools/tools-form.js
Expand Up @@ -19,7 +19,7 @@ define(['utils/utils', 'mvc/ui/ui-misc', 'mvc/tools/tools-form-base', 'mvc/tools
onclick : function() {
execute.wait();
self.form.portlet.disable();
ToolJobs.submit(self.form, options, function() {
ToolJobs.submit(self.form, self.options, function() {
execute.unwait();
self.form.portlet.enable();
});
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tools/tools-form.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/mvc/tools/tools-form.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3653bf5

Please sign in to comment.