Skip to content

Commit

Permalink
Deploying to gh-pages from @ d9b1d2a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman committed Apr 22, 2024
1 parent f169926 commit 0ad0a79
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
Binary file modified apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion articles/index.html

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

2 changes: 1 addition & 1 deletion deps/bootstrap-5.3.1/bootstrap.min.css

Large diffs are not rendered by default.

Binary file modified favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions pkgdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
/* Clipboard --------------------------*/

function changeTooltipMessage(element, msg) {
var tooltipOriginalTitle=element.getAttribute('data-original-title');
element.setAttribute('data-original-title', msg);
var tooltipOriginalTitle=element.getAttribute('data-bs-original-title');
element.setAttribute('data-bs-original-title', msg);
$(element).tooltip('show');
element.setAttribute('data-original-title', tooltipOriginalTitle);
element.setAttribute('data-bs-original-title', tooltipOriginalTitle);
}

if(ClipboardJS.isSupported()) {
Expand All @@ -60,7 +60,7 @@
e.clearSelection();
});

clipboard.on('error', function() {
clipboard.on('error', function(e) {
changeTooltipMessage(e.trigger,'Press Ctrl+C or Command+C to copy');
});

Expand Down
4 changes: 2 additions & 2 deletions pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pandoc: 3.1.11
pkgdown: 2.0.8
pkgdown: 2.0.9
pkgdown_sha: ~
articles:
share_ownership_methodology: share_ownership_methodology.html
last_built: 2024-04-17T08:12Z
last_built: 2024-04-22T10:34Z
urls:
reference: https://rmi-pacta.github.io/pacta.data.preparation/reference
article: https://rmi-pacta.github.io/pacta.data.preparation/articles
Expand Down

0 comments on commit 0ad0a79

Please sign in to comment.