From 8b53e5d586d99505236fde172518d131c7293b80 Mon Sep 17 00:00:00 2001 From: Matthew Kousoulas Date: Fri, 10 Jun 2022 11:16:04 -0400 Subject: [PATCH] Change Copyright --- index.html | 4 ++-- scripts/main.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8a377ca..861c1c3 100644 --- a/index.html +++ b/index.html @@ -60,8 +60,8 @@ Creative Commons License -

MadKous Net is written and maintained by Matthew Kousoulas - and licensed under a +

All photographs were taken by Matthew Kousoulas + and are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

diff --git a/scripts/main.js b/scripts/main.js index a5bc025..66a04e5 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -5,7 +5,7 @@ let json = JSON.parse(text); let section_list = []; let section = ""; - PHOTO.all = json.photos.filter(p => p.active === "T"); + PHOTO.all = json.photos; //.filter(p => p.active === "T"); PHOTO.all.forEach((p, i) => { p.thm = DOM.makeThumbnail(p); // p.img = _ => DOM.makePicture(p); -- 2.45.3