Skip to content

Commit a197e33

Browse files
committed
Regenerate docs and code
1 parent 6c4009f commit a197e33

File tree

8 files changed

+4
-26
lines changed

8 files changed

+4
-26
lines changed

dist/js/joomla-alert-es5.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ function _getPrototypeOf(o) {
184184
}
185185

186186
this.dispatchCustomEvent('joomla.alert.show');
187-
var closeButton = this.querySelector('button.joomla-alert--close') || this.querySelector('button.joomla-alert-button--close');
188-
189-
if (closeButton) {
190-
closeButton.focus();
191-
}
192187
}
193188
/* Lifecycle, element removed from the DOM */
194189

dist/js/joomla-alert-es5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/joomla-alert.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
}
3030

3131
this.dispatchCustomEvent('joomla.alert.show');
32-
33-
const closeButton = this.querySelector('button.joomla-alert--close') || this.querySelector('button.joomla-alert-button--close');
34-
35-
if (closeButton) {
36-
closeButton.focus();
37-
}
3832
}
3933

4034
/* Lifecycle, element removed from the DOM */

0 commit comments

Comments
 (0)