From e504578a7fb07084421c01dd3ec78d742ab69e91 Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:49:39 +0000 Subject: [PATCH] js/lcn/utils.js: remove use-strict because js compile breaks --- js/lcn/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/lcn/utils.js b/js/lcn/utils.js index 28f97e79..a16a6fea 100644 --- a/js/lcn/utils.js +++ b/js/lcn/utils.js @@ -1,4 +1,3 @@ -"use-strict"; /** * @file Utils for leftychan javascript. * @author jonsmy