Skip to content

Commit

Permalink
SWC-6145 - remove details-shim, html5 details/summary has full suppor…
Browse files Browse the repository at this point in the history
…t in all modern browsers
  • Loading branch information
nickgros committed Apr 3, 2024
1 parent b39ccd9 commit e95b0aa
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 e95b0aa

Please sign in to comment.