aboutsummaryrefslogtreecommitdiff
path: root/static/js/instantpage.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/instantpage.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/instantpage.ts')
-rw-r--r--static/js/instantpage.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/js/instantpage.ts b/static/js/instantpage.ts
index 7c78a6f..aa290cd 100644
--- a/static/js/instantpage.ts
+++ b/static/js/instantpage.ts
@@ -1,7 +1,11 @@
+/*
+ * Instant Page Copyright (C) 2019-2023 Alexandre Dieulot
+ * https://github.com/instantpage/instant.page/blob/master/LICENSE
+ * Licence: MIT | https://mit-license.org/
+*/
+
(function () {
self.addEventListener("DOMContentLoaded", function () {
- /*! instant.page v5.1.0 - (C) 2019-2020 Alexandre Dieulot - https://instant.page/license */
-
let mouseoverTimer;
let lastTouchTimestamp;
const prefetches = new Set();