corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 61  →  ?path2? @ 62
/instantMessage/instantMessage.html
@@ -12,9 +12,9 @@
<link rel="icon" href="favicon.ico">
 
<!-- Bootstrap core CSS -->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery UI CSS -->
<link href="bower_components/jquery-ui/themes/base/jquery-ui.min.css" rel="stylesheet">
<link href="node_modules/jquery-ui-dist/jquery-ui.min.css" rel="stylesheet">
<!-- Custom Styles -->
<link rel="stylesheet" href="css/style.css?v=1.3">
</head>
@@ -84,18 +84,16 @@
</div>
</div>
</div>
 
<!-- Include jQuery -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<!-- Include jQuery UI -->
<script src="bower_components/jquery-ui/jquery-ui.min.js"></script>
<!-- Include Bootstrap -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Include Bootstrap Validator -->
<script src="bower_components/bootstrap-validator/js/validator.js"></script>
<script src="node_modules/jquery-ui-dist/jquery-ui.min.js"></script>
<!-- Include Bootstrap and Validator -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/bootstrap-validator/js/validator.js"></script>
<!-- Include Velocity -->
<script src="bower_components/velocity/velocity.min.js"></script>
<script src="node_modules/velocity-animate/velocity.min.js"></script>
<script>
$(function() {
$.get('session.php').then((token) => {