Update GCSE CS blog
This commit is contained in:
@@ -18,7 +18,7 @@ window.onload = function() {
|
||||
$("#blog-insert").load("pages/blog.html");
|
||||
|
||||
// define variables for HTTP presentation pages
|
||||
http_pages = ["hyperlinks", "http", "https", "cookies"];
|
||||
var http_pages = ["hyperlinks", "http", "https", "cookies"];
|
||||
// displays HTTP presentation pages
|
||||
http_pages.forEach(function(item, index) {
|
||||
$.get("pages/" + item + ".html", function(content) {
|
||||
@@ -33,7 +33,7 @@ window.onload = function() {
|
||||
});
|
||||
|
||||
// define variables for HTML presentation pages
|
||||
html_pages = ["html", "css", "js"];
|
||||
var html_pages = ["html", "css", "js"];
|
||||
// displays HTML presentation pages
|
||||
html_pages.forEach(function(item, index) {
|
||||
$.get("pages/" + item + ".html", function(content) {
|
||||
|
||||
Reference in New Issue
Block a user