diff options
Diffstat (limited to 'navbar.js')
-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"); }); |