aboutsummaryrefslogtreecommitdiff
path: root/static/js/hoverfix.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/hoverfix.ts')
-rw-r--r--static/js/hoverfix.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/hoverfix.ts b/static/js/hoverfix.ts
index 6fba5fd..b6d1a5b 100644
--- a/static/js/hoverfix.ts
+++ b/static/js/hoverfix.ts
@@ -3,7 +3,8 @@
* Element.closest() polyfill
* https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
* https://github.com/idmadj/element-closest-polyfill#readme
- * Abdelmadjid Hammou | ISC License: https://opensource.org/license/isc-license-txt/
+ * Copyright (C) Abdelmadjid Hammou
+ * Licence: ISC | https://www.isc.org/licenses/
/*/
if (typeof Element !== "undefined") {