Fix JS error

This commit is contained in:
Matthew Grove
2018-12-05 12:00:06 +00:00
parent 14798d797a
commit d326191359
3 changed files with 38 additions and 9 deletions

View File

@@ -1,6 +0,0 @@
$(document).ready(function(){
// include navbar
$(".blog-insert").load("pages/blog.html", function(){
});
});