diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 20:12:07 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 20:12:07 -0400 |
commit | a5ae70bcd2a5782d7e2c70d1d0e26a22639e4d7d (patch) | |
tree | 34db0b883c2ace708e3224606480602cdbd98e9a | |
parent | ee0e4a4a72beedd7901c05856bce1a79aac30904 (diff) |
Testing new navbar
-rw-r--r-- | navbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ $(function() { - $("#navbar").load("http://pommicket.github.io/Navbar.html"); + $("#navbar").load("https://pommicket.github.io/Navbar.html"); }); |