Conversation
|
|
||
| define("src/collective/expandcollapse/tile/browser/static/expand_collapse.js", function () {}); | ||
| //# sourceMappingURL=expand_collapse_compiled.js.map | ||
| !function(t){"use strict";function e(e){t(e).find("h2.tileTitle").each(function(){if(0===t(this).children("a").length){var e=t(this).text(),i=t(this).closest(".collapsible, .collapsible-desktop");t(this).html('<a class="tile-collapse-button"><span class="title-content">'.concat(e).concat('</span><span class="title-icon"><i class="fas fa-angle-down"></i><i class="fas fa-angle-up"></i></span></a>')),t(i).hasClass("default-open")&&t(i).addClass("open")}})}function i(){t(".tileWrapper > .collapsible-desktop").length&&e(".tileWrapper > .collapsible-desktop"),t(".tileWrapper > .collapsible").length&&(window.innerWidth<=991?e(".tileWrapper > .collapsible"):t(".tileWrapper > .collapsible").find("h2.tileTitle").each(function(){if(t(this).children("a").length>0){var e=t(this).text();t(this).html(e)}}))}t(document).on("click",".tile-collapse-button",function(e){var i=t(e.target).closest(".collapsible, .collapsible-desktop");i.hasClass("accordion")&&t(".collapsible, .collapsible-desktop").each(function(){t(this).is(i)||(t(this).removeClass("open"),t(this).find(".tileBody, .tileContent").slideUp())}),i.toggleClass("open"),i.find(".tileBody, .tileContent").slideToggle()}),t(window).on("resize orientationchange",function(){i()}),t(function(){i(),window.MutationObserver?t(".pat-tiles-management").each(function(){new MutationObserver(function(t,e){t.forEach(function(t){"childList"==t.type&&i()})}).observe(this,{attributes:!1,childList:!0,subtree:!0})}):t(".pat-tiles-management").on("rtTilesLoaded",function(){i()})})}(jQuery); No newline at end of file |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
Copilot Autofix
AI 3 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
|
|
||
| define("src/collective/expandcollapse/tile/browser/static/expand_collapse.js", function () {}); | ||
| //# sourceMappingURL=expand_collapse_compiled.js.map | ||
| !function(t){"use strict";function e(e){t(e).find("h2.tileTitle").each(function(){if(0===t(this).children("a").length){var e=t(this).text(),i=t(this).closest(".collapsible, .collapsible-desktop");t(this).html('<a class="tile-collapse-button"><span class="title-content">'.concat(e).concat('</span><span class="title-icon"><i class="fas fa-angle-down"></i><i class="fas fa-angle-up"></i></span></a>')),t(i).hasClass("default-open")&&t(i).addClass("open")}})}function i(){t(".tileWrapper > .collapsible-desktop").length&&e(".tileWrapper > .collapsible-desktop"),t(".tileWrapper > .collapsible").length&&(window.innerWidth<=991?e(".tileWrapper > .collapsible"):t(".tileWrapper > .collapsible").find("h2.tileTitle").each(function(){if(t(this).children("a").length>0){var e=t(this).text();t(this).html(e)}}))}t(document).on("click",".tile-collapse-button",function(e){var i=t(e.target).closest(".collapsible, .collapsible-desktop");i.hasClass("accordion")&&t(".collapsible, .collapsible-desktop").each(function(){t(this).is(i)||(t(this).removeClass("open"),t(this).find(".tileBody, .tileContent").slideUp())}),i.toggleClass("open"),i.find(".tileBody, .tileContent").slideToggle()}),t(window).on("resize orientationchange",function(){i()}),t(function(){i(),window.MutationObserver?t(".pat-tiles-management").each(function(){new MutationObserver(function(t,e){t.forEach(function(t){"childList"==t.type&&i()})}).observe(this,{attributes:!1,childList:!0,subtree:!0})}):t(".pat-tiles-management").on("rtTilesLoaded",function(){i()})})}(jQuery); No newline at end of file |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
Copilot Autofix
AI 3 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
No description provided.