corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 60  →  ?path2? @ 61
/groupChat/groupChat.html
@@ -12,7 +12,7 @@
<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">
<link rel="stylesheet" href="css/style.css?v=1.3">
</head>
 
@@ -53,11 +53,12 @@
</div>
<!-- Include jQuery -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Include Bootstrap Validator -->
<script src="bower_components/bootstrap-validator/js/validator.js"></script>
<script src="node_modules/jquery/dist/jquery.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>
$(document).ready(function () {
function sendGroupMessage(token) {