From b22cfe43c3234f5bc2bc50e62faca5844a8171ce Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 29 May 2025 14:56:39 +0200 Subject: [PATCH] update time --- static/doublescroll.js | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/doublescroll.js b/static/doublescroll.js index a2f57c4..0ef8c5a 100644 --- a/static/doublescroll.js +++ b/static/doublescroll.js @@ -32,7 +32,7 @@ }, onlyIfScroll: false, // top scrollbar is not shown if the bottom one is not present resetOnWindowResize: false, // recompute the top ScrollBar requirements when the window is resized - timeToWaitForResize: 30 // wait for the last update event (usefull when browser fire resize event constantly during ressing) + timeToWaitForResize: 3 // wait for the last update event (usefull when browser fire resize event constantly during ressing) }; $.extend(true, options, userOptions); diff --git a/sw.js b/sw.js index 2ac102b..6765f13 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var cacheName = 'telesec_2025-05-29_5'; +var cacheName = 'telesec_2025-05-29_6'; self.addEventListener('install', event => { event.waitUntil(