Skip to content

Commit

Permalink
Merge pull request #5346 from nickgros/SWC-6145b
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Apr 10, 2024
2 parents 4c8a209 + e95b0aa commit 57a25db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions src/main/webapp/Portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
loadJs(cdnEndpoint + 'js/markdown-it.min.js')
loadJs(cdnEndpoint + 'js/markdown-it-plugins-18.min.js')
loadJs(cdnEndpoint + 'js/polyfill-2.js')
loadJs(cdnEndpoint + 'js/details-shim.min.js')
loadJs(cdnEndpoint + 'js/xss.min.js')
loadJs(cdnEndpoint + 'generated/pica.min.js')
loadJs(reactPath)
Expand All @@ -208,7 +207,6 @@
loadJs(srcPath) // We don't load SRC's scss because we include it in our own compiled scss
loadJs(cdnEndpoint + 'generated/croppie.min.js')
loadCss(cdnEndpoint + 'js/diff/diffview.css')
loadCss(cdnEndpoint + 'css/details-shim.min.css')
loadCss(cdnEndpoint + 'generated/croppie.css')
loadCss(cdnEndpoint + 'css/highlight-js-default.css')
loadCss(
Expand Down
7 changes: 0 additions & 7 deletions src/main/webapp/css/details-shim.min.css

This file was deleted.

12 changes: 0 additions & 12 deletions src/main/webapp/js/details-shim.min.js

This file was deleted.

0 comments on commit 57a25db

Please sign in to comment.