aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Albritton <[email protected]>2024-03-18 04:32:49 -0400
committerGitHub <[email protected]>2024-03-18 10:32:49 +0200
commit4219af2c0ef1bccb0408128ef4d34f3cea7a6da5 (patch)
tree62640805aefdf78aa36193c1648982585ccd841a
parent10f9c019084e7e37547a3772a6f72a7c2ac1b539 (diff)
downloadbootstrap-4219af2c0ef1bccb0408128ef4d34f3cea7a6da5.tar.xz
bootstrap-4219af2c0ef1bccb0408128ef4d34f3cea7a6da5.zip
Fix broken comment link for reflow hack (#39791)
-rw-r--r--js/src/util/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/util/index.js b/js/src/util/index.js
index 68b8d8988..2adf19e3b 100644
--- a/js/src/util/index.js
+++ b/js/src/util/index.js
@@ -170,7 +170,7 @@ const noop = () => {}
* @param {HTMLElement} element
* @return void
*
- * @see https://www.charistheo.io/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation
+ * @see https://www.harrytheo.com/blog/2021/02/restart-a-css-animation-with-javascript/#restarting-a-css-animation
*/
const reflow = element => {
element.offsetHeight // eslint-disable-line no-unused-expressions