Skip to content

Commit

Permalink
refactor: self-host chart libs, adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
babslgam committed Jun 10, 2024
1 parent 46fda06 commit 99c6a46
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions html/js/vendor/gantt.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions html/js/vendor/highcharts.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions xslt/timeline.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<xsl:with-param name="include_jquery" select="false()"/>
</xsl:call-template>
</div>
<script src="js/lib/highcharts.js"/>
<script src="js/lib/gantt.js"/>
<script src="js/vendor/highcharts.js"/>
<script src="js/vendor/gantt.js"/>
<script src="js/timeline.js"/>

</body>
Expand Down
2 changes: 1 addition & 1 deletion xslt/vocabs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<xsl:with-param name="html_title"
select="'Karl Kraus Rechtsakten - Fallstatistik'"/>
</xsl:call-template>
<script src="js/lib/highcharts.js"/>
<script src="js/vendor/highcharts.js"/>
</head>
<body class="page">
<div class="hfeed site" id="page">
Expand Down

0 comments on commit 99c6a46

Please sign in to comment.