Skip to content

Commit

Permalink
Complete removal of YUI (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 8, 2025
1 parent fec2cf6 commit aaa5a7e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

<link rel="shortcut icon" href="${resURL}/favicon.ico" type="image/vnd.microsoft.icon" />

<j:set var="yuiSuffix" value="${h.yuiSuffix}" />
<st:adjunct includes="org.kohsuke.stapler.bind"/>

<j:forEach var="pd" items="${h.pageDecorators}">
Expand All @@ -40,8 +39,6 @@
<link rel="stylesheet" href="${resourcesURL}/themes/industrial.css"/>
<link rel="stylesheet" href="${resourcesURL}/styles/index.css"/>

<script src="${resURL}/scripts/yui/cookie/cookie-min.js"></script>

<script src="${resourcesURL}/vendor/angular-${angularVersion}/angular.min.js"></script>
<script src="${resourcesURL}/vendor/angular-${angularVersion}/angular-sanitize.min.js"></script>
<script src="${resourcesURL}/vendor/angular-${angularVersion}/angular-animate.min.js"></script>
Expand Down

0 comments on commit aaa5a7e

Please sign in to comment.