]> MadKous Network Git Server - photo-site.git/commitdiff
Change Copyright
authorMatthew Kousoulas <shaman.kous@gmail.com>
Fri, 10 Jun 2022 15:16:04 +0000 (11:16 -0400)
committerMatthew Kousoulas <shaman.kous@gmail.com>
Fri, 10 Jun 2022 15:16:04 +0000 (11:16 -0400)
index.html
scripts/main.js

index 8a377ca1d98d34e4e1ec7e9604b77a5813ab97cd..861c1c3b4022aa0860673ac9a11de1785cbd127a 100644 (file)
@@ -60,8 +60,8 @@
                                <img alt="Creative Commons License" style="border-width:0"
                                src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
                        </a>
-                       <p>MadKous Net is written and maintained by Matthew Kousoulas
-                       and licensed under a
+                       <p>All photographs were taken by Matthew Kousoulas
+                       and are licensed under a
                        <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
                                Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
                </footer>
index a5bc025e40c3558f20af72c7a4d9b0e9c035f7fb..66a04e587f6f39e1273a19c57962d93cfa4f6e14 100644 (file)
@@ -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);