Skip to content

Commit

Permalink
Deploying to gh-pages from @ ac513a1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbythorpe committed Dec 31, 2023
1 parent 9867484 commit 638a97e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions dev/articles/test-site.html

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

4 changes: 4 additions & 0 deletions dev/articles/test_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ <h1>Site automation tests</h1>

<p id="multiple-selection-output"></p>

<p contenteditable="true" id="editable-text">Editable text</p>

<p id="editable-text-output"></p>

<br />
<script src="jquery-3.7.1.min.js"></script>
<script src="test_site.js"></script>
4 changes: 4 additions & 0 deletions dev/articles/test_site.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ $(function () {
.reduce((x, y) => x + y, 0),
);
});

$("#editable-text").on("input", function () {
$("#editable-text-output").text($(this).text());
});
});
8 changes: 4 additions & 4 deletions dev/articles/unit-testing.html

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

2 changes: 1 addition & 1 deletion dev/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ articles:
selenider: selenider.html
unit-testing: unit-testing.html
with-rvest: with-rvest.html
last_built: 2023-12-31T03:44Z
last_built: 2023-12-31T15:33Z
urls:
reference: https://ashbythorpe.github.io/selenider/reference
article: https://ashbythorpe.github.io/selenider/articles
Expand Down
2 changes: 1 addition & 1 deletion dev/search.json

Large diffs are not rendered by default.

0 comments on commit 638a97e

Please sign in to comment.