Last analyzed 2c47cdd 4 days ago
Default analysis branch is
Currently analyzing run
Should not have unused variables JS-0128
Bug risk
5 months ago5 months old
'varArgs' is defined but never used. Allowed unused args must match /^_/u
 5593
 5594if (typeof Object.assign !== "function") {
 5595  Object.defineProperty(Object, "assign", {
 5596    value: function assign(target, varArgs) { 5597      "use strict";
 5598
 5599      if (target === null || target === undefined) {
'a' is defined but never used. Allowed unused args must match /^_/u
 6752})(jQuery, Drupal, drupalSettings);
 6753!(function (t) {
 6754  Drupal.behaviors.govcms8_uikit_starter_BackToTop = {
 6755    attach: function (i, a) { 6756      var o = t("body, html"),
 6757        e = t(".back-to-top__link", i);
 6758      t(window).scroll(function () {
'i' is defined but never used. Allowed unused args must match /^_/u
 6771})(jQuery),
 6772  (function (t) {
 6773    Drupal.behaviors.govcms8_uikit_starter_tableResponsive = {
 6774      attach: function (i, a) { 6775        var o = t("table");
 6776        t(o).wrap("<div class='table-responsive'></div>");
 6777      },
'a' is defined but never used. Allowed unused args must match /^_/u
 6771})(jQuery),
 6772  (function (t) {
 6773    Drupal.behaviors.govcms8_uikit_starter_tableResponsive = {
 6774      attach: function (i, a) { 6775        var o = t("table");
 6776        t(o).wrap("<div class='table-responsive'></div>");
 6777      },
'i' is defined but never used. Allowed unused args must match /^_/u
 6836      alertOverlay = $("main.main-content h2"),
 6837      toc = "";
 6838    if (alertOverlay.length < 3) return;
 6839    alertOverlay.each(function (i) { 6840      var heading = $(this).text(),
 6841        anchor = heading.replace(/\s+/g, "_").replace(/\W/g, "").toLowerCase();
 6842      $(this)