aboutsummaryrefslogtreecommitdiff
path: root/static/js/hoverfix.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-13 17:06:13 -0500
committertdro <tdro@noreply.example.com>2024-02-13 17:06:13 -0500
commit89f898e918308c728d600e97056e2ce8ad72c2de (patch)
tree431fa9a08212db39667b52d2bbed1c859709904c /static/js/hoverfix.ts
parentd23d5bc6dae8035357f1dea088392ab3d2546f8e (diff)
downloadcanory-89f898e918308c728d600e97056e2ce8ad72c2de.tar.gz
canory-89f898e918308c728d600e97056e2ce8ad72c2de.tar.bz2
canory-89f898e918308c728d600e97056e2ce8ad72c2de.zip
static/js: Licensing and organising
Make easier to search and find originals
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") {