Updated paths to be absolutely correct.

This commit is contained in:
Marcus Whybrow 2012-06-20 09:24:46 +01:00
parent baa9a7d803
commit da10900a48

View File

@ -162,10 +162,10 @@
<script type="text/javascript">
// 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
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 type="text/javascript" src="/assets/js/index.js"></script>
<script type="text/javascript" src="/minecraft-server-manager/assets/js/index.js"></script>
</body>
</html>