Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 20, 2023
1 parent 6d5714c commit b65e1db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/io/jenkins/plugins/designlibrary/sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ document.addEventListener("DOMContentLoaded", () => {
.then(text => {
element.innerText = text

Prism.highlightElement(element)

const codeWrapper = element.closest(".jdl-component-code");
if (codeWrapper) {
const copyButton = codeWrapper.querySelector(".copy-button, .jenkins-copy-button")
Expand Down

0 comments on commit b65e1db

Please sign in to comment.