Skip to content

Commit

Permalink
Minor fix of core.galaxy-ui tour in more robustly selecting first rel…
Browse files Browse the repository at this point in the history
…oad icon in the active history.
  • Loading branch information
dannon committed Feb 13, 2017
1 parent 4fc0b84 commit ac46305
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/plugins/tours/core.galaxy_ui.yaml
Expand Up @@ -145,8 +145,6 @@ steps:
element: "#current-history-panel .fa-times:eq(0)"
intro: "Delete your dataset by clicking the x-button."
position: "left"
#postclick:
# - "#current-history-panel .fa-times:eq(0)"

- title: "Dataset information"
element: "div.title-bar.clear:eq(0)"
Expand All @@ -156,11 +154,9 @@ steps:
- "div.title-bar.clear:eq(0)"

- title: "Re-run tool"
element: ".fa-refresh:eq(1)"
element: "#current-history-panel .fa-refresh:first"
intro: "By clicking the reload button, you can re-run your tool again (e.g. with different parameters or on another dataset)."
position: "left"
preclick:
- ".fa-refresh:eq(1)"


- title: "Panel collapse"
Expand Down

0 comments on commit ac46305

Please sign in to comment.