mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Fixed sourcing of ThirdParty Libraries (raphael and Treant) by using relative instead of absolute path
This commit is contained in:
parent
23eb6908e0
commit
3a439d8208
10
index.html
10
index.html
@ -1010,7 +1010,13 @@
|
||||
<script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="dist/engine.bundle.js"></script></body>
|
||||
|
||||
<!-- Misc Scripts -->
|
||||
<script src="/src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="/src/ThirdParty/Treant.js"></script>
|
||||
<script src="src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="src/ThirdParty/Treant.js"></script>
|
||||
<!--
|
||||
<script src="/bitburner/src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="/bitburner/src/ThirdParty/Treant.js"></script>
|
||||
<script src="/bitburner-beta/src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="/bitburner-beta/src/ThirdParty/Treant.js"></script>
|
||||
-->
|
||||
|
||||
</html>
|
||||
|
@ -1012,7 +1012,7 @@ if (htmlWebpackPlugin.options.googleAnalytics.trackingId) { %>
|
||||
</body>
|
||||
|
||||
<!-- Misc Scripts -->
|
||||
<script src="/src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="/src/ThirdParty/Treant.js"></script>
|
||||
<script src="src/ThirdParty/raphael.min.js"></script>
|
||||
<script src="src/ThirdParty/Treant.js"></script>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user