mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
Fixed sourcing of ThirdParty Libraries (raphael and Treant) by using relative instead of absolute path
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user