From: Matthew Kousoulas Date: Fri, 10 Jun 2022 15:16:04 +0000 (-0400) Subject: Change Copyright X-Git-Url: http://gitweb.madkous.net/?a=commitdiff_plain;h=8b53e5d586d99505236fde172518d131c7293b80;p=photo-site.git Change Copyright --- 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);