From d76306c59d115cd0d245139d15bdb1aca3096038 Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Thu, 19 Dec 2024 01:16:49 -0500 Subject: [PATCH] use let --- public/js/pimcore/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/pimcore/startup.js b/public/js/pimcore/startup.js index 7f7aaea37..8a324115e 100644 --- a/public/js/pimcore/startup.js +++ b/public/js/pimcore/startup.js @@ -199,7 +199,7 @@ Ext.onReady(function () { var date = new Date(); var errorMessage = "Timestamp: " + date.toString() + "\n"; - var errorDetailMessage = ""; + let errorDetailMessage = ""; if (response.responseText){ errorDetailMessage += "\n" + response.responseText;