corrade-http-templates – Diff between revs 52 and 61

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 52 Rev 61
Line 10... Line 10...
10 <meta name="description" content="Group Chat Relay using Corrade"> 10 <meta name="description" content="Group Chat Relay using Corrade">
11 <meta name="author" content="Wizardry and Steamworks"> 11 <meta name="author" content="Wizardry and Steamworks">
12 <link rel="icon" href="favicon.ico"> 12 <link rel="icon" href="favicon.ico">
Line 13... Line 13...
13   13  
14 <!-- Bootstrap core CSS --> 14 <!-- Bootstrap core CSS -->
15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> 15 <link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
16 <link rel="stylesheet" href="css/style.css?v=1.3"> 16 <link rel="stylesheet" href="css/style.css?v=1.3">
Line 17... Line 17...
17 </head> 17 </head>
18   18  
Line 51... Line 51...
51 </div> 51 </div>
52 </form> 52 </form>
53 </div> 53 </div>
Line 54... Line 54...
54 54
55 <!-- Include jQuery --> 55 <!-- Include jQuery -->
56 <script src="bower_components/jquery/dist/jquery.min.js"></script> 56 <script src="node_modules/jquery/dist/jquery.min.js"></script>
-   57 <!-- Include Bootstrap and Validator -->
57 <!-- Include Bootstrap Validator --> 58 <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
58 <script src="bower_components/bootstrap-validator/js/validator.js"></script> 59 <script src="node_modules/bootstrap-validator/js/validator.js"></script>
59 <!-- Include Velocity --> 60 <!-- Include Velocity -->
60 <script src="bower_components/velocity/velocity.min.js"></script> 61 <script src="node_modules/velocity-animate/velocity.min.js"></script>
61 <script> 62 <script>
62 $(document).ready(function () { 63 $(document).ready(function () {
63 function sendGroupMessage(token) { 64 function sendGroupMessage(token) {
64 // Hide the controls. 65 // Hide the controls.