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