Skip to content

Commit

Permalink
bugfixes after the previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy committed Apr 25, 2017
1 parent 5227e7b commit 31277ed
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/plugins/webhooks/demo/tool_list/helper/__init__.py
@@ -1,7 +1,7 @@
import yaml


def main(trans, webhook):
def main(trans, webhook, params):
data = {}
data['tools'] = []
unique_tools = []
Expand Down
Expand Up @@ -50,7 +50,7 @@ $(document).ready(function() {
});

// Show the form
Galaxy.app.display(toolForm);
Galaxy.page.center.display(toolForm);

// Generate and run the tour
var tour = this._generateTour(data.tour);
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tool/tool-form-base.js.map

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

0 comments on commit 31277ed

Please sign in to comment.