NodeChat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 339d2b1ad79133a67c27a558dae97a58405a672e
parent b8084041112c87ee7e1d8b5d4d2628d9f83337bd
Author: Damien Arrachequesne <damien.arrachequesne@gmail.com>
Date:   Wed,  8 Mar 2017 06:53:26 +0100

fix(*): load jQuery over https

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -19,7 +19,7 @@ <input id="m" autocomplete="off" /><button>Send</button> </form> <script src="https://cdn.socket.io/socket.io-1.2.0.js"></script> - <script src="http://code.jquery.com/jquery-1.11.1.js"></script> + <script src="https://code.jquery.com/jquery-1.11.1.js"></script> <script> var socket = io(); $('form').submit(function(){