Skip to content

Commit

Permalink
Merge pull request #2715 from guerler/tour_fix
Browse files Browse the repository at this point in the history
Fix tours pasting content into text area
  • Loading branch information
dannon committed Aug 3, 2016
2 parents 370c001 + 7193a5c commit b2ab62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/plugins/tours/core.galaxy_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
- ".upload-button"

- title: "Insert URLs"
element: "textarea#text-content"
element: ".upload-text-content:first"
intro: "URLs separated by a line break are automatically downloaded by Galaxy."
position: "top"
textinsert: |
Expand Down
2 changes: 1 addition & 1 deletion config/plugins/tours/core.history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
position: "top"

- title: "Insert URLs"
element: "textarea#text-content"
element: ".upload-text-content:first"
intro: "URLs separated by a line break are automatically downloaded by Galaxy."
position: "bottom"
textinsert: |
Expand Down
2 changes: 1 addition & 1 deletion config/plugins/tours/core.scratchbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
postclick:
- "#btn-new"

- element: ".text-content:first"
- element: ".upload-text-content:first"
intro: "...and paste content into the text area field."
position: "top"
textinsert: |
Expand Down

0 comments on commit b2ab62b

Please sign in to comment.