mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Updated paths to be absolutely correct.
This commit is contained in:
parent
baa9a7d803
commit
da10900a48
@ -162,10 +162,10 @@
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// jquery-1.7.2.min.js local fallback
|
// jquery-1.7.2.min.js local fallback
|
||||||
typeof jQuery == 'undefined' && document.write('<script src="/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
|
typeof jQuery == 'undefined' && document.write('<script src="/minecraft-server-manager/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
|
||||||
// bootstrap.min.js local fallback
|
// bootstrap.min.js local fallback
|
||||||
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
|
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="/minecraft-server-manager/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="/assets/js/index.js"></script>
|
<script type="text/javascript" src="/minecraft-server-manager/assets/js/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user