Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unresolved function causing console error #8101

Merged
merged 2 commits into from Jun 5, 2019

Conversation

WilliamHolden
Copy link
Contributor

Line 113 calls a function hoverImage which does not exist. This logic was changed in the past and the hoverImage function was removed. I removed the function for now since it's throwing a console error. Let me know if you prefer that I reimplement the function instead of just removing it. Old code can be seen here:
https://github.com/galaxyproject/galaxy/blob/release_18.09/client/galaxy/scripts/mvc/workflow/workflow-view-data.js

@galaxybot galaxybot added this to the 19.09 milestone Jun 5, 2019
@dannon
Copy link
Member

dannon commented Jun 5, 2019

@WilliamHolden No need to replace that ancient function, thanks for this cleanup. Failing test is unrelated.

@dannon dannon merged commit b74c288 into galaxyproject:dev Jun 5, 2019
@dannon dannon added area/UI-UX kind/refactoring cleanup or refactoring of existing code, no functional changes area/cleanup and removed triage labels Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI-UX kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants