Skip to content

Commit

Permalink
Fix missing CSS import from reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Feb 6, 2021
1 parent 632c358 commit 7d5b368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/reportindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<meta name="theme-color" content="#333333">

<link rel="preload" href="/css/main.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/report.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/ui-lightness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<% include preloadCSS %>
Expand Down

0 comments on commit 7d5b368

Please sign in to comment.