]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken comment link for reflow hack (#39791)
authorCaleb Albritton <caleb@wa9ace.net>
Mon, 18 Mar 2024 08:32:49 +0000 (04:32 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 08:32:49 +0000 (10:32 +0200)
js/src/util/index.js

index 68b8d8988195bf2bb71f49073ef503de1f5937ff..2adf19e3b19a735f89696c909990361da3c80e61 100644 (file)
@@ -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