aboutsummaryrefslogtreecommitdiff
path: root/static/js/instantpage.ts
diff options
context:
space:
mode:
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();