Skip to content

Commit

Permalink
changed default protocol to https or at least //
Browse files Browse the repository at this point in the history
  • Loading branch information
roccomuso committed Nov 30, 2016
1 parent 23220f7 commit d14469f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/js/client.socketing.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// set up your socket

var socket = io.connect('http://' + location.host, {
var socket = io.connect('//' + location.host, {
'reconnect': true,
'reconnection delay': 50,
'max reconnection attempts': 300
Expand Down
4 changes: 2 additions & 2 deletions www/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<title>{{title}}</title>

<!-- Material Design fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<!-- Bootstrap dependencies -->
Expand Down Expand Up @@ -75,7 +75,7 @@ <h1>Waiting connection from the server...</h1>
<footer class="footer" style="margin-top: 25px;">
<div class="container">
<p class="text-muted text-center">
© 2015 - 2016 <a href="http://twitter.com/roccomuso" target="_new">Rocco Musolino</a>. All rights reserved.<br/>
© 2015 - 2016 <a href="https://twitter.com/roccomuso" target="_new">Rocco Musolino</a>. All rights reserved.<br/>
Handcrafted with <span class="doc-heart"><i class="fa fa-heart" style='color:red;'></i></span> and a lot of <i class="fa fa-coffee"></i><br/>
<a href="https://www.paypal.me/RoccoMusolino" target="_new">Support the project <i class="fa fa-paypal"></i></a>
<br/>
Expand Down

0 comments on commit d14469f

Please sign in to comment.