From: Caleb Albritton Date: Mon, 18 Mar 2024 08:32:49 +0000 (-0400) Subject: Fix broken comment link for reflow hack (#39791) X-Git-Tag: v5.3.4~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4219af2c0ef1bccb0408128ef4d34f3cea7a6da5;p=thirdparty%2Fbootstrap.git Fix broken comment link for reflow hack (#39791) --- diff --git a/js/src/util/index.js b/js/src/util/index.js index 68b8d89881..2adf19e3b1 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