corrade-http-templates – Diff between revs 51 and 62

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 51 Rev 62
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 <!-- jQuery UI CSS --> 16 <!-- jQuery UI CSS -->
17 <link href="bower_components/jquery-ui/themes/base/jquery-ui.min.css" rel="stylesheet"> 17 <link href="node_modules/jquery-ui-dist/jquery-ui.min.css" rel="stylesheet">
18 <!-- Custom Styles --> 18 <!-- Custom Styles -->
19 <link rel="stylesheet" href="css/style.css?v=1.3"> 19 <link rel="stylesheet" href="css/style.css?v=1.3">
Line 20... Line 20...
20 </head> 20 </head>
Line 82... Line 82...
82 <div> 82 <div>
Line 83... Line 83...
83   83  
84 </div> 84 </div>
85 </div> 85 </div>
86 </div> 86 </div>
87 87  
88 <!-- Include jQuery --> 88 <!-- Include jQuery -->
89 <script src="bower_components/jquery/dist/jquery.min.js"></script> 89 <script src="node_modules/jquery/dist/jquery.min.js"></script>
90 <!-- Include jQuery UI --> 90 <!-- Include jQuery UI -->
91 <script src="bower_components/jquery-ui/jquery-ui.min.js"></script> 91 <script src="node_modules/jquery-ui-dist/jquery-ui.min.js"></script>
92 <!-- Include Bootstrap --> 92 <!-- Include Bootstrap and Validator -->
93 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> -  
94 <!-- Include Bootstrap Validator --> 93 <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
95 <script src="bower_components/bootstrap-validator/js/validator.js"></script> 94 <script src="node_modules/bootstrap-validator/js/validator.js"></script>
96 <!-- Include Velocity --> 95 <!-- Include Velocity -->
97 <script src="bower_components/velocity/velocity.min.js"></script> -  
98 96 <script src="node_modules/velocity-animate/velocity.min.js"></script>
99 <script> 97 <script>
100 $(function() { 98 $(function() {
101 $.get('session.php').then((token) => { 99 $.get('session.php').then((token) => {
102 var firstName = $("#firstname"), 100 var firstName = $("#firstname"),