Skip to content

Commit

Permalink
Commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored and github-actions[bot] committed Sep 12, 2024
1 parent 2be49b8 commit d007b42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ARIA/apg/patterns/dialog-modal/examples/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/dialog-modal/examples/dialog/

sidebar: true

footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/6'>View issues related to this example</a></p> <p>Page last updated: 27 July 2024</p> </div> "
footer: " <div class='example-page-footer'> <p><a href='https://github.com/w3c/aria-practices/projects/6'>View issues related to this example</a></p> <p>Page last updated: 12 September 2024</p> </div> "

# Context here: https://github.com/w3c/wai-aria-practices/issues/31
type_of_guidance: APG
Expand Down
2 changes: 1 addition & 1 deletion _external/aria-practices
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ aria.Utils = aria.Utils || {};
aria.OpenDialogList = aria.OpenDialogList || new Array(0);

/**
* @returns {object} the last opened dialog (the current dialog)
* @returns {object|void} the last opened dialog (the current dialog)
*/
aria.getCurrentDialog = function () {
if (aria.OpenDialogList && aria.OpenDialogList.length) {
Expand Down

0 comments on commit d007b42

Please sign in to comment.