Fixed sourcing of ThirdParty Libraries (raphael and Treant) by using relative instead of absolute path

This commit is contained in:
danielyxie
2019-01-03 01:05:49 -08:00
parent 23eb6908e0
commit 3a439d8208
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -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>