From 521097e3ad9db2b13de82e633f931f681f904c4b Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 10 Feb 2022 13:24:45 +0530 Subject: [PATCH] more WIP checkup --- www/checkup/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/checkup/main.js b/www/checkup/main.js index b7b703595..0fb43ef55 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -1096,7 +1096,7 @@ define([ ' header.', ])); // Cache-Control should be 'max-age=' if the URL includes 'ver=' - Tools.common_xhr('/?ver=' +(+new Date()), function (xhr) { + Tools.common_xhr('/customize/messages.js?ver=' +(+new Date()), function (xhr) { var raw = xhr.getResponseHeader(header); cb(/max\-age=\d+$/.test(raw) || raw); // XXX });