]> MadKous Network Git Server - photo-site.git/commitdiff
Fix First Picture Bug
authorMatthew Kousoulas <shaman.kous@gmail.com>
Mon, 4 Oct 2021 02:51:39 +0000 (22:51 -0400)
committerMatthew Kousoulas <shaman.kous@gmail.com>
Mon, 4 Oct 2021 02:51:39 +0000 (22:51 -0400)
scripts/main.js

index 5f68b9ea4efeeebb945f3e1c9f1a6511b6ffd185..a4cb309a216e3e1bcc0d4400c9f1f7a7eb2d2b73 100644 (file)
@@ -21,6 +21,7 @@
                        } else {
                                section = p.date
                                DOM.addSection(section);
+                               DOM.addThumbnail(p.thm)
                        }
                });
        }