From 90d285b019f00cfd9e5b7421bd1aa9f628553582 Mon Sep 17 00:00:00 2001 From: protitude Date: Sat, 13 Jul 2024 18:25:27 -0600 Subject: [PATCH] phpcs fixes --- js/data_report_layout.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/js/data_report_layout.js b/js/data_report_layout.js index 47dae82..5382b41 100644 --- a/js/data_report_layout.js +++ b/js/data_report_layout.js @@ -1,4 +1,4 @@ -(function($, Drupal, cookies) { +(function ($, Drupal, cookies) { "use strict"; @@ -6,7 +6,7 @@ let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); - for(let i = 0; i